What needs to be modified in the JS file in CSS Vertical List Menu to add another level of links? Right now if I add another list in the second level, when I roll over it, it disappears.
__________________
Life is a game. The plot sucks but the graphics are awesome!
"If HTML and the Web made all the online documents look like one huge book, RDF, schema, and inference languages will make all the data in the world look like one huge database"
-Tim Berners-Lee, Weaving the Web, 1999
it depends on a few things if you need JS for IE.
I believe that example I linked doesn't... although theres lots of conditional comments for IE, and I believe they create the table in a menu if its IE, basically.
At any rate, whichever direction you go, make sure your navigation does not RELY on JS... that's no good at all. It should degrade to something equally useful if JS is turned off.
"If HTML and the Web made all the online documents look like one huge book, RDF, schema, and inference languages will make all the data in the world look like one huge database"
-Tim Berners-Lee, Weaving the Web, 1999
it depends on a few things if you need JS for IE.
I believe that example I linked doesn't... although theres lots of conditional comments for IE, and I believe they create the table in a menu if its IE, basically.
At any rate, whichever direction you go, make sure your navigation does not RELY on JS... that's no good at all. It should degrade to something equally useful if JS is turned off.
Yea, I already implemented it and it works beautifully. The only problem with IE is that it loads it a bit slower (because I'm using background images rather than background color), but not too bad. Thank you so much for linking to that example!
__________________
Life is a game. The plot sucks but the graphics are awesome!
Last edited by inko9nito; 07-27-2007 at 08:20 AM..