Log in

View Full Version : HV menu and css layout



deeproot
02-15-2007, 01:13 PM
I cant get HV menu to do anything but stick to the top left and I can move it with the settings but I want to make it stick in the area where my old menu went. The code below worked for before but now i cant get it to go with HV menu.

</head>
<body>
<div id="wrapper">

<div id="header">

<ul id="nav">
<li id="current"><a href="#">News</a></li>
<li><a href="#">Testmenu </a></li>
<li><a href="#">Testmenu2</a></li>
<li><a href="#">Testmenu3</a></li>
<li><a href="#">Testmenu4</a></li>
<li><a href="#">Testmenu5</a></li>
<li></li>
</ul>

</div>


Thanks,
Deep

Freeman
02-15-2007, 10:46 PM
Where did your old menu go that you want to put this menu there?