Just so you're not ostracized by the group, I'll provide this handy little link about what dhtml is and isn't. Check out the section under "DHTML is NOT a W3C Standard".
http://www.w3schools.com/dhtml/dhtml_intro.asp On 5/2/05, tee <[EMAIL PROTECTED]> wrote: > 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 > ****************************************************** > > -- Chris Gandolfo {Designer & Standards Advocate} Twelve Horses ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
