[Cialug] Feedback on website

Matthew Nuzum matthew.nuzum at canonical.com
Mon Jun 25 11:00:18 CDT 2007


> > I wondered if any of you would be willing to give me some
> > feedback on
> > a website that I manage whose navigation menu stubbornly won't work
> > on IE6 or 7 but it will work fine on Firefox, Opera, Safari, etc.  I
> > went to the Listamatic website to look for a navigation menu that
> > will work fine in IE6, 7 also. I implemented the CSS, but it still
> > doesn't work in IE6 and 7. I am confused. Granted I personally feel
> > that everyone should be on Firefox or other browsers than IE, but my
> > client expects it to work on IE.

I think in IE you need to specify a width for your menu items or they
go to 100% automatically. (more accurately, I believe IE uses 100%
width by default for all block level elements)

You appear to have some other problems with the background color and
etc. Attached is a quick mock-up I've made demonstrating working
menus. I can't remember the technique to center the text at the moment
(one of those things that was made more difficult by CSS imho) but its
well documented on the web.

By the way, it's my personal opinion that using px for font size is
not ideal. IE won't honor the user's font-size settings if the web
page author specified the size in px. If you use points, em or % then
IE will allow the user to see the fonts at their preferred size.
(you've set the menu font size to 13px)
-- 
Matthew Nuzum
newz2000 on freenode
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cialug.org/pipermail/cialug/attachments/20070625/01e42732/menu-test.html


More information about the Cialug mailing list