>
> Hi All,
>
> I'm having trouble with IE6 & 7 (PC).  I'm creating a menu of links
> at the left of a page as an unordered list within a container div.
> Whilst the bottom border of the container div shows in mozilla and
> safari, it's AWOL in IE.
>
> I have extracted the div and relevant CSS from the page to http://
> www.small-fry.co.uk/test.html. I'm perplexed, because there's not a
> lot of code there and I just can't see a problem!
>
> Any advice greatly appreciated.
>
>
Peter

The border-bottom for twocolLeft is not in main div and is therefore not
being picked up by IE.
If you also change the margin in links to 0 it renders as you wish, I think.
Revised code:

.twocolLeft { width: 180px; float: left; margin: 10px; font-size: 0.75em;
border-bottom: 1px solid #757575;   }.links { margin: 0; padding: 0;   }

Cheers

Ian


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.407 / Virus Database: 268.12.9/457 - Release Date: 26/09/2006

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to