HighDots Forums  

moz - list based menu problem

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss moz - list based menu problem in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John D
 
Posts: n/a

Default moz - list based menu problem - 08-14-2003 , 10:35 AM






The pages validate okay for CSS, HTML.

In IE the menu bar continues either side of the items at the same height to
the edges of the screen, as was wanted, but when I view it in Moz 1.4 or
Firebird, the grey menu bar shrinks to a line's height instead of remaining
the same height as the menu items either side of the selectable menu items.

The header Find-A-Part History should be on a new line (in IE that does
happen), but not in Moz

Does anyone have any idea what could be wrong, or need correcting/hacking ?

page: www.find-a-part.com/about_us.asp
css: www.find-a-part.com/general.css

Anb help would be appreciated

John



Reply With Quote
  #2  
Old   
John D
 
Posts: n/a

Default Re: moz - list based menu problem - 08-22-2003 , 09:18 AM






Quote:
From a quick glance, it looks like the float is the culprit. Why did
you float the a:link left when the LI elements are already inline? I
can't see any advantage to it.

The header Find-A-Part History should be on a new line (in IE that does
happen), but not in Moz

That is the float. Lose the float, or if you can't, add a clear
property to div#thissubpage
As regards why I have done any of this code, I dunno - I'm trying to learn
CSS on the fly whilst doing a frankenstein with the code, a little bit from
here... a little bit from there...

#paddingarea h2
{
Clear : left
}

sorted it out

this relates to the heading that follows on from the submenu

thanks to brian for spurring me into continued investigations

John




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.