I've started testing some pages in IE 7 beta 3 and I've run in to a
problem with negative margins:

Using the following, I should see a red line on top of the black line
below "Blah Blah", but I do not in IE 7 beta 3.


HTML:

<div id="foo">
<p>Blah blah</p>
</div>

CSS:

#foo {
    border-bottom: 1px black solid;
    padding: 0 10px;
}

#foo p {
    margin: 0 0 -1px;

    border-bottom: 1px red solid;
}


Is this a known issue or is there a known workaround? My page relies
heavily on this method to put border lines on top of each other, so
I'm really hoping something else is wrong...

Regards,
Tyson
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to