Posted - 03/11/2021 : 03:37:33
Hi Vince Thanks for pointing that out. I repositioned the code <!-- #BeginEditable "body" --><!-- jQuery --> <?php $menustyle='horizontalmenu1'; ?> <?php include "vsadmin/inc/incmenu.php"?>
In Dreamweaver in Live Edit mode the menu shows quite well now, but when I run the page the background color and spacings disappear and a light blue text with no back ground appears more or less as previous. BTW how do I create a side bar? ==================================== <link href="css/style.css" rel="stylesheet"> The style sheet used has the code below to complete.
/*This is the fifth breakpoint and contains styles for screens 500px to 360px*/ @media screen and (max-width: 500px) { .top_row .text-right { text-align:left; padding-top:0px;} .logo_row_right .topsearchWrap, .logo_row_right .topsearchWrap { padding-bottom:0px;} .mid_right .col-4 { width:100%;} } ul.ectmenu1 { list-style: none; border:0px solid; color:#ffffff;font:bold 14px Arial, Helvetica, sans-serif; padding:0px; } li.ectmenu1 { border:1px solid; padding:4px; background-color: #e69d01; text-align:left; } li.ectmenu1 a{ color: #fff; padding:4px; } li.ectmenu1 a:hover{ color: #333; padding:4px; } If you need more information please let me know Thanks John

|