Michelle Tarby wrote:

>I've seen a lot of lists today that say they won't work in IE, but 
>reasons why or suggestions to change the code have been few and far 
>between.  I'm trying to use the following to generate a navigation list:
>
>http://wwwdev.lemoyne.edu/css/it.css
>
>http://wwwdev.lemoyne.edu/information_technology/menu.htm
>
>
>It looks great in Firefox, but pretty crappy in IE.  I tried adding a 
>little piece of javascript that I've gotten to work in the past when 
>I've had IE list problems, but nothing. 
>
>Any suggestions? 
>
>Thanks in advance!
>
>Michelle
>
>***********************
>Michelle Tarby
>Director of Web Services
>Le Moyne College
>Office of Information Technology
>http://www.lemoyne.edu
>[EMAIL PROTECTED]
>  
>
Hi Michelle,
The javascript you are using refers to a class "*.*over" which is 
manipulated for IE (displaying block or none).
But in the styles there is nowhere a class with that name, so IE can't 
catch it. And the trigger "window.onload=startList;" at the end of the 
script wasn't pasted so it wouldn't start.
An example of a working testpage is: 
http://home.tiscali.nl/developerscorner/css-discuss/liquidfish.htm.
That is one with each menu-item the same width.

When lots of menu-items, they can be adapted to the width of the 
individual item. See testpage 
http://home.tiscali.nl/developerscorner/css-discuss/liquidfish3.htm.
See for discussion and some improvements also the thread: 
http://lists.css-discuss.org/mailman/private/css-d/2006-January/057768.html.

I hope this will help a bit,

francky
http://home.tiscali.nl/developerscorner/
______________________________________________________________________
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