|
Posted by Jonathan N. Little on 03/19/06 22:49
Alan J. Flavell wrote:
> On Sun, 19 Mar 2006, Jonathan N. Little wrote:
>
>> Alan J. Flavell wrote:
>>> In theory, yes. When I tried this, some years ago, in the era
>>> when IE4 and NN4 still needed to be considered, I found that some
>>> browsers were quite reluctant to style <hr> itself,
> [...]
>
>> I use to think that way of trying to fully accommodate 4x browsers
>> until I started reviewing my traffic, <1% in fact in the .01% range!
>
> Sure; I was talking about a page of mine that goes back to 1999.
>
> I was just interested to know whether there are still any known
> problems with styling <hr> in reasonably current browsers.
Just in IE that I know of (surprise, surprise) if you want to use an
image instead of a border line you cannot get rid of the damn border in IE
HR {
border: 0;
background-image: url(borderGfx.gif);
background-repeat: repeat;
height: 25px;
}
>
>> Depends, if it fail, so what, just means the HR is not read and is
>> 'groove' style.
>
> One can certainly hope that it would fail safely, then I'd have no
> argument with that.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|