I can't seem to get this dropdown menu to work in IE: <!-- m --><a class="postlink" href="http://www.thefairground.com/Images/VW/dieselgeek/index.htm">http://www.thefairground.com/Images/VW/ ... /index.htm</a><!-- m -->
The buttons Short Shift Kits and Parts are drop downs that work in Mozilla and Opera but not in IE - Can anyone tell me what I'm missing?You aren't missing anything. CSS dropdowns don't work in IE. There is a hack that can be used but I tend to stay away from them sometimes they cause to much trouble.Ok technically they do not but a javascript can be implemented that does it for you - <!-- m --><a class="postlink" href="http://www.htmldog.com/articles/suckerfish/example/">http://www.htmldog.com/articles/suckerfish/example/</a><!-- m --> works in IE and is a CSS dropdown menu with javascript implemented.
The how-to on this can be found here if you're unfamiliar: <!-- m --><a class="postlink" href="http://www.alistapart.com/articles/dropdowns">http://www.alistapart.com/articles/dropdowns</a><!-- m -->
The Suckerfish example is what I have based my code on, including the javascript and it's still failing, thus my post.Check attached file.I am familar with this workaround and I would just do it all in js.I'm not a fan of js and minimize it's use as much as possible.I read somwthing some time ago about using an image map with this application. If I can find it again I'll post it for you to ck out.Originally posted by Paul Jr
Check attached file. document.body.style.marginRight = "1px";
The buttons Short Shift Kits and Parts are drop downs that work in Mozilla and Opera but not in IE - Can anyone tell me what I'm missing?You aren't missing anything. CSS dropdowns don't work in IE. There is a hack that can be used but I tend to stay away from them sometimes they cause to much trouble.Ok technically they do not but a javascript can be implemented that does it for you - <!-- m --><a class="postlink" href="http://www.htmldog.com/articles/suckerfish/example/">http://www.htmldog.com/articles/suckerfish/example/</a><!-- m --> works in IE and is a CSS dropdown menu with javascript implemented.
The how-to on this can be found here if you're unfamiliar: <!-- m --><a class="postlink" href="http://www.alistapart.com/articles/dropdowns">http://www.alistapart.com/articles/dropdowns</a><!-- m -->
The Suckerfish example is what I have based my code on, including the javascript and it's still failing, thus my post.Check attached file.I am familar with this workaround and I would just do it all in js.I'm not a fan of js and minimize it's use as much as possible.I read somwthing some time ago about using an image map with this application. If I can find it again I'll post it for you to ck out.Originally posted by Paul Jr
Check attached file. document.body.style.marginRight = "1px";