otuatail Posted March 17, 2009 Share Posted March 17, 2009 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; } Link to comment https://forums.phpfreaks.com/topic/149795-solved-how-can-i-move-the-side-menu-down/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.