Well I've been working with my stylesheet and index.php along with a w3 validator to bring my index into compliance etc.
I have managed to fix alot of things but am stumped by this. Late last nite I messed something up.
notice left links are pushed down below main content div.
can anybody help me spot the problem
relevent code from stylesheet
margin-left: 150px;
border: 1px solid #ccc;
}
div.store{
padding:10px;
}
/* Left content */
.lefthand{
float: left;
width: 140px;
margin-left: -900px;
background: #FFF;
border: 1px solid #ccc;
list-style:none;
line-height:18px;
}
.leftside ul li{
list-style:none;
line-height:18px;
padding-left:4px;}