Paul Dwyer wrote: > I have been trying to get Thierry's TJKDropdown > http://www.tjkdesign.com/articles/dropdown/demo.asp > menu to work, but the js has me over a barrel. > > IE Win (surprise) is exploded to reveal the whole menu and I think it > has to do with how the js is (or isn't) linked to my page. > > I realise that I don't need all of the css on these sheets (and that > there are validation errors), but I have left it all there until I > fix this issue at which point I will weed it down to the bare > necessities. > > Any help would be appreciated. > > page here: > http://www.fractal.ca/testasite/LNS/index2.html
Hi Paul, In IE, for the menu to be accessible with JS off , there is a simple mechanism: - there is a sheet that contains rules to reveal the menu (it overrides the main sheet) - there is a short script to disable that sheet in case there *is* script support. Because this script relies on the position of this sheet in an array, its position in the markup is important. Either you have to move all the sheets you've added to get the "original order" or you'll have to edit the script (the value between the 2 brackets []). Looking at your source code, the value should be "3" That may fix other problems too because with the original value, you're disabling "css/LNS2B.css" ;-) As a side note, I believe "/css/msie.css" returns a 404 HTH, Thierry | www.TJKDesign.com ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
