andyk.4u
01-05-2008, 11:00 PM
Hi guys,
i really nead your professional HELP here !! All the browsers show it perfectly ... just the ..ing IE gives me a transparent line before .left_side_down.
I would really apreciate your help. Thanks :rolleyes:
Here is my css code:
.left_side {
float:left;
margin:0;
width:307px;
}
.right_side {
width:463px;
height:303px;
margin-left:307px;
background-image:url(../images/rightside_img.jpg);
}
div.clearer {
clear:both;
line-height:0;
}
.left_side_down {
padding:0;
margin:0;
float:left;
width::249px;
}
.right_side_down {
padding:0;
margin:0;
margin-left:249px;
}
and here is my HTML code
<div class="left_side">
</div>
<div class="right_side">
</div>
<div class="clearer"></div>
<div class="left_side_down">
</div>
<div class="right_side_down">
</div>
<div class="clearer"></div>
i really nead your professional HELP here !! All the browsers show it perfectly ... just the ..ing IE gives me a transparent line before .left_side_down.
I would really apreciate your help. Thanks :rolleyes:
Here is my css code:
.left_side {
float:left;
margin:0;
width:307px;
}
.right_side {
width:463px;
height:303px;
margin-left:307px;
background-image:url(../images/rightside_img.jpg);
}
div.clearer {
clear:both;
line-height:0;
}
.left_side_down {
padding:0;
margin:0;
float:left;
width::249px;
}
.right_side_down {
padding:0;
margin:0;
margin-left:249px;
}
and here is my HTML code
<div class="left_side">
</div>
<div class="right_side">
</div>
<div class="clearer"></div>
<div class="left_side_down">
</div>
<div class="right_side_down">
</div>
<div class="clearer"></div>