> From: Vincent Hide
> Subject: [css-d] SOLVED: Margin Problem in IE
> I have solved the issue. It was not IE, it was me (I can be just as
> annoying). The h1#pagetitle element was causing the issue. I
> replaced it
> with something with no in built padding (ie. just a normal div).
Vincent,
You might want to leave the H1 and remove the "built-in" margins:
h1#pagetitle {
background-image:
url('http://www.storesprite.org/lamp/images/pagetitlebg.png');
background-repeat: no-repeat;
width: 550px;
height: 55px;
font-size: 24px;
color: #fff;
padding: 10px 80px;
margin:0px; /* Add this, possibly adjust the numbers */
}
--G
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/