Using  http://snugtech.com/en/safaritest  the dropdown menu looks good 
now.  If someone wants to doublesheck with Safari, much appreciated. The 
Eric Meyer menu works perfectly.

The site:  http://www.longmontleaders.com

What happened - the following line in CSS was getting mussed by an 
invalid comment.

div#hnav ul ul {
 position:  absolute;
 width: 11em;
 display: none;
}

A couple lines earlier I had added a comment using //, such as:

    background: whatever;  // this color affects whatever....

When I changed the comment to:  

    background: whatever; /* this color affect whatever */

it fixed the menu problem. I "thought" that using the 2 forward slashes 
was a proper way to comment CSS.

Scratching my head - Bob



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to