Welcome to WebmasterWorld Guest from 107.22.48.243
Forum Moderators: not2easy
I need ur help, I got problem when I use margin-left for my left column in my page.
I preview in FF and IE7 everything is OK (the position is what I expected) , when I preview it in IE6 the 2 column (left column and right column) quiet far to the right.
Here is the code :
.left{
float:left;
margin-top:8px;
width:355px;
margin-left:8px;
margin-right:12px;
}
IE6 interpret "margin-left:8px" quiet differently than FF/IE7 do.
Can anyone help me to solve this?
many thanks
[edited by: Robin_reala at 6:46 am (utc) on Sep. 25, 2007]
[edit reason] No personal URLs please [/edit]
At this point it'd probably be useful to make a reduced testcase - make a copy of the page then start ripping out all unnecessary code until the problem goes away. That'll give you an indication of what exactly is going wrong.