On Thu, May 15, 2008 4:44 pm, Barb @ BITS LLC wrote:
> Hi -
>
> On this page -- http://www.rochesterhistory.org/about/  -- all the left
> hand navigational elements have a horizontal line between them.  This is
> done by adding a border-top property.
>
> border-top:0.05px solid #EFAA7D;

> This shows in FF, but not in IE.  What am I missing?  The full css is at
> http://www.rochesterhistory.org/wp-content/themes/twister-10/style.css

Two points:

1. IE has very little precision in units, and almost certainly won't
recognise hundredths of a pixel;

2. Nothing can display any less than one pixel anyway - a pixel is an
indivisible thing, so you should just set the size of the border to be 1px
- either the browser will round it up to 1px or round it down to 0px, when
it becomes invisible.

HTH,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/


______________________________________________________________________
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