Forum Moderators: not2easy

Message Too Old, No Replies

Div messed up? / Help!

         

Merritt

3:14 pm on Jul 12, 2010 (gmt 0)

10+ Year Member



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;}

Merritt

12:21 am on Jul 13, 2010 (gmt 0)

10+ Year Member



Got it fixed!