Results 1 to 2 of 2

Thread: HV menu and css layout

  1. #1
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV menu and css layout

    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

  2. #2
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Where did your old menu go that you want to put this menu there?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •