On 11/30/05, Mário Gamito <[EMAIL PROTECTED]> wrote:
> Hi,
>
> If you care to visit
> http://www.tuxdoit.com/prototype.php
>
> you'll see that in Firefox i get a one pixel height line as i want.
> But in IE it completely bezerks!
>
> Is there a way to make this thing work well on both browsers ?

Try this instead:

#footerline {
 position:relative;
 top: 25px;
border-top: 1px solid #dddddd;
 }

Your background-color appraoch will always be more prone to failure -
but to make it work you'd need to set the font-size to 0 (to appease
IE which always makes room for text even if there is none present),
the padding to zero (because the padding has the background colour
too, making the minimum height 2px) and setting height at 1px;

--
Richard Grevers
New Plymouth, New Zealand
Orphan Gmail invites free to good homes.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to