I'm trying to set up a vertical CSS menu(with submenus) but am having trouble finding good scripts/menu builders that do as advertised. Whaty do people here reccommend?
Try the forums own menu
Try the forums own menu generator:
http://csscreator.com/menu/multimenu.php
Other than that don't know of any menu builders as such, I think most of us here would build our own
Hugo wrote:Try the forums
Try the forums own menu generator:
http://csscreator.com/menu/multimenu.php
Other than that don't know of any menu builders as such, I think most of us here would build our own
He's right. Use this site menu builder that way you can learn how to do it yourself. I first used this sites -->http://cssmenubuilder.com/home
but didn't learn anything from it.
Visual CSS QuickMenu
Hello Matt G!
Visual CSS QuickMenu
I never used this before, but it looks realy good. It's a kind of dreamweaver for CSS, and online
But, as I said, I never used before, so... use at your own risk!
Regards,
kilavasun
Quick Menu got me back on the road
...but for some reason whenever I rollover a main menu button to activate the sub menu, the main menu image button goes out.
Here's a chunk of code as it currently stands.
<li><a class="qmparent" href="javascript:void(0)"><img class="qm-is qm-ia" src="Products.png" width="107" height="45" onmouseover = this.src="ProductsMouseOver.png" width="107" height="45"></a> <ul> <li><span class="qmtitle" >Main Products</span></li> <li><a href="javascript:void(0)">Grim Sea 60m reprocessor</a></li> <li><a href="javascript:void(0)">Grim Sea 15om reprocessor</a></li> <li><a href="javascript:void(0)">Grim Sea 600m reprocessor</a></li> <li><a href="javascript:void(0)">Technical specifications</a></li> <li><a href="javascript:void(0)">Backpack with semi closed circuit bailout</a></li> <li><a href="javascript:void(0)">Backpack with closed circuit bailout</a></li> <li><a href="javascript:void(0);">Mouthpiece</a></li> <li><a href="javascript:void(0);">Regulator</a></li> <li><a href="javascript:void(0);">Diver monitoring</a></li> <li><a href="javascript:void(0);">Buying a system</a></li> </ul></li>
bump
bump

