Jump to content

[SOLVED] How can I move the side menu down


otuatail

Recommended Posts

Please help. I need to move the side menu down on this page. I have tried all positioning.

 

http://www.des-otoole.co.uk/hc/holidayclub.php

 


/* Side Menu Tabs */

#navigation
{
    position:absolute;
    left:0px;
    top:110px;
    width:150px;
    // height:610px;
    padding-top:0px;
    background-image: url(../images/HolidaySide.jpg);
}

#tabnav
{
    margin-top: 0px;
    top:0px;
    height: 200px;
    width: 150px;
}

ul#tabnav, ul#tabnav li {margin: 0; padding: 0;}

ul#tabnav li {margin-left: 7px; margin-top: 0px;}

#tabnav li
{
width: 150px;
display:list-item;
  	list-style-type: none;
  	font-weight: bold;
  	color: #aa8800;      // Disabled
  	font-weight: bold;
  	font-size: 14px;
  	font-family:verdana,helvetica,arial;
}

#tabnav a:link, #tabnav a:visited
{
background:;
font-size: 14px;
line-height: 22px;
font-weight: bold;
padding: 0px;
text-decoration: none;
color: #D42C2C; //ff9900  Active selectable
font-family:verdana,helvetica,arial;
}

#tabnav a:link.active, #tabnav a:visited.active
{
background: ;
color: white;
}

#tabnav a:hover
{
background: Yellow;
color: #993300;
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.