Hi everyone, I have never been able to get really comfortable with CSS, so I am happy I found this list!
I ran into an issue recently with a Website Baker template that looks fine in Firefox, Safari, IE 7, etc, but comes our completely broken looking in IE8. It looks like for some reason the dropdown nav is breaking. When I am in IE 8, if I toggle into IE7 compatibility mode the page looks fine, but otherwise the navigation looks horrible. The site is here: http://www.sbceoportal.org/adams/ The code in index.php that spits out the navigation is: <!-- A.3 HEADER BOTTOM --> <div class="header-bottom"> <!-- Navigation Level 2 (Drop-down menus) --> <div class="nav2"> <!-- Navigation item --> <!-- Navigation item --> <ul> <?php show_menu2(1, SM2_ROOT, SM2_ALL,SM2_ALL,'<li>[a][menu_title] [if(class==menu-expand){<!--[if IE 7]><!--></a><!--<![endif]--><!--[if IE 8]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>}] [if(class!=menu-expand){</a>}] [if(class!=menu-last){</li>}] [if(class==menu-last){</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]-->}]','','',''); ?> </ul> </div> </div> The css for this page that controls the navigation is here: http://www.sbceoportal.org/adams/templates/adams_website_template/layout_set up.css Any tips or hints much appreciated! Thanks so much! Kristen -- Kristen Walker Digital Media Resources Developer Instructional Media Services Santa Barbara County Education Office 4400 Cathedral Oaks Road P.O. Box 6307 Santa Barbara, CA 93160-6307 (805)964-4711 ext. 5244/FAX (805)683-3597 [email protected] http://www.sbceoportal.org ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
