TwelvestoneFront End

CSS Flyout Menu help


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
silentsketch
 
2007-12-06

so im working on building this page right now using CSS flyout menus. I got the code from A List Apart, and everything works perfectly in every browser except for fucking IE 6, if anyone can help out and figure out what im missing that would be greatly appreciated.

OvineWorrier
 
2007-12-07

in your javascript, the following is returning null:

navRoot = document.getElementById("nav");

so IE craps out on getting the length on the next line and the flyout doesn't work.

try adding id="nav" to

silentsketch
 
2007-12-10

thats perfect! thanks!

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFront End

CSS Flyout Menu help