On 12/22/2005 5:39 PM Allison Bloodworth wrote:

> I recently adapted Adam Kalsey's CSS tabs with nested submenus made up of
> <ul>s (http://www.kalsey.com/tools/csstabs/) to create three levels of
> navigation for a calendar. For some reason, my page
> (http://mms.media.berkeley.edu:8901/UCBCNUsabilityMockups/Gateway/New/sports
> -ucb-nested.htm) looks great in Firefox 1.5 but horrible in IE 6.0 and I
> can't figure out why. The page is no longer centered and the second and
> third level navigation is rendering vertically instead of horizontally. I've
> used <ul>s to create this navigation and I've made sure all the <ul>s and
> <li>s in the submenus are marked "display:inline". Anyone have any
> suggestions for me?

Your DOCTYPE puts IE into quirks mode.  Try this (with the URI):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>

It seemed to take care of most of the issues you mentioned, though I'll 
admit I didn't look at everything.

-- 
Steve Clason
Web Design and Development
Boulder, Colorado, USA
www.topdogstrategy.com
(303)818-8590

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to