|
Edge -> RE: flyout menu in drop down menu (7/24/2006 9:02:49)
|
quote:
ORIGINAL: seth007 ... how long did it take to do that, ... A couple of hours. That was the first time I tried anything like that, but I have a habit lately of trying to expand my abilities. [:)] For the first example I came up with (zztest-h), what I did was study the difference between the two menus linked below and then worked your colors, layout, etc. to the CSS. You will notice that the code concept between your vertical menu (zztest) and the two below are similar. http://tutorials.alsacreations.com/modelesmenus/hd1.htm http://tutorials.alsacreations.com/modelesmenus/vd2.htm Also, notice that your menu is missing the "dl" element. For the first example (zztest-h), I added #menu dl {float: left; } Then I surrounded each main menu section (main title "dt" and submenu "dd") with the "dl" element. But I was not satisfied with the way IE displays the hover background color change (partial length). And since I could not resolve this problem, I tried another approach. In my second example (zztest-h2), I used this as a model: http://www.mywebstuff.com/02_css/css_07.html But again, I was getting the partial hover coverage in IE. Then it hit me that I can just set up as many ".submenuli" classes as needed to make it work. I think my second example would work in your site fine. But you may need to widen the home page. I hope it helps. I like the challenge of figuring this stuff out. And once I do, I have templates to use for future projects. Best of luck, Ed
|
|
|
|