Hey,
So in trying to keep my markup clean I am styling a hr element using a background image, in ie6 and ie7 the hr has a border that I can't get rid of, anything obvious I might be missing?
And don't forget to edit your signature & profile.

<div style="height:20px;background: #fff url(background.gif) no-repeat center;"><hr style="display:none;" /></div>jarek wrote:so the only solution is something like this
hr {
background: url(hr.png) no-repeat;
border: 0;
height: 40px;
}
display: list-item;
list-style: url(hr.png) inside;
text-align: left;
filter : alpha(opacity=0);
danatello wrote:Will try this out using the * hack, thanks alot!
danatello wrote:Is there any reason why IE needs it to be like that?
Users browsing this forum: No registered users and 1 guest