I have a horizontal menu done in CSS with set current option.
menu 1 || menu 2 || menu 3 || menu 4 || menu 5 || menu 6 ||
but now my client wants to insert drop-down menu in menu 4 button. This can
easily be done with DHTML menu that I have from Project Seven, but I really
prefer to stay with css menu as it delivers cleaner code. I was thinking
perhaps I can insert one dhtml menu in my existing css menu, with a bit of
twisting, that shouldn't be too difficult, but I must admit, it's over my
head, as soon as I started to implementing it, the first obstacles I
encounter is how to replace the <body id="menu4page"> to <body onload="...">
that PV II generated.
There will only have two links in the drop-down menu, I can settle for
either vertical :<li>submenu 1 </li>
<li>submenu 2 </li>
or horizontal: <li>submenu 1 </li> || <li> submenu 2 </li>
Thanks!
tee
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************