Christian Kirchhoff  wrote:
>
>> I have read the long thread on this subject from last April, but I found it
>> confusing and inconclusive.  I've tried using an empty div only 1px high, 
>> with
>> background, but IE still insists on transparent spacing.

div.hrline hr{ /* take out the troublemaking HR */
        display:none;
}
div.hrline { /* DIV that wraps and replaces the HR */
        background: transparent url("images/1pixel_hex_939393.gif") repeat-x
center center;
        height: 30px;
}
div.onepixel {
        height: 1px;
}

That should do the trick.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to