Click to See Complete Forum and Search --> : Drop down menu does not show in IE6?


rea
06-15-2008, 10:26 PM
Hi,

I have come across this site while looking for a tutorial on making Drop down menu. Found one here that is really simple and straight-forward :)

http://www.htmlgoodies.com/legacy/beyond/dhtml/menu3.html

Unfortunately, while this works beautifully when I experimented it on an online html editor, the menu does not work when I made an actual html page. (I'd simply copy and paste the coding)

My guess is because I'm using IE6. So I am wondering does anyone has an idea on how I could fix this problem? It's really a pity not to use this coding when it's nice and simple (especially for someone like me who has little experience with coding).

Thanks for your help in advance! ^o^

p.s: I'm not sure whether this thread should go here or "CSS" section ^^; Sorry Mods, if I'd posted in the wrong section.

Centauri
06-16-2008, 11:07 AM
That link just seems to display text code, and extremely outdated non-semantic code with tables and javascript at that.

The best way to do dropdown menus is this method (http://www.htmldog.com/articles/suckerfish/).

rea
06-17-2008, 12:52 AM
I was looking for something simple that I could understand. ^^;;

Thanks for pointing me in the direction of the Suckerfish article. I take a good hard look at it.. :)