bopritchard
Programmer
here is my example page..
if you look at it in FF everything is lined up fine..
but in IE you'll notice that there is a gap in between the top header picture NEWS and the picture to the right of it
below is the css for the div in question....if i remove margin-right:25px then IE displays perfect and then FF hoses up...can someone please help me...i'm at my wits end
#contentbodyleft{
width: 399px;
margin-left:15px;
margin-right:25px;}
if you look at it in FF everything is lined up fine..
but in IE you'll notice that there is a gap in between the top header picture NEWS and the picture to the right of it
below is the css for the div in question....if i remove margin-right:25px then IE displays perfect and then FF hoses up...can someone please help me...i'm at my wits end
#contentbodyleft{
width: 399px;
margin-left:15px;
margin-right:25px;}