|
Posted by RobG on January 9, 2007, 1:14 am
Please log in for more thread options
Andy Dingley wrote:
> cocco@mailinator.com wrote:
>
> > I'm trying to have several <hr>, all on the same line
>
> Just floating them ought to work. As is well known, IE wants to see an
> explicit width on floated things, but you already have that. You
> shouldn't need the display:inline;, floating alone is adequate.
>
> As it clearly doesn't work under IE7, I think it's another IE bug. It's
> known to be weird with <hr>. If it matters to you, I suggest
> pragmatically replacing the <hr> with <div> and making them tiny but
> with a visible top border.
Or drop the DIV border and put HR elements inside (appropriately
positioned) DIVs.
[...]
--
Rob
|