can someone please show me step by step how to create a menu like this website www.acmilan.com enter and watch the wonderfull menu ... thanks in advance
bye
garyr_h
5:18 pm on May 2, 2006 (gmt 0)
One way to learn how to do what other sites do, is pull the page source and scroll through it to find the code. Then edit it, refine it, etc. to make it your own.
What this site has (which, you shouldn't post the URL of as per TOS) looks like just display:none; or visibility:hidden;
Then just use javascript to change the css property by using ClassName or Style OnMouseOver.