Re: [css-d] Missing border in IE

2006-09-27 Thread ~davidLaakso
Peter Osborne wrote: > > > 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 c

Re: [css-d] Missing border in IE

2006-09-27 Thread Peter Osborne
On 27 Sep 2006, at 16:56, Ian Young wrote >> > 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:

Re: [css-d] Missing border in IE

2006-09-27 Thread ~davidLaakso
Peter Osborne wrote: > 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

Re: [css-d] Missing border in IE

2006-09-27 Thread Ian Young
> > 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

[css-d] Missing border in IE

2006-09-27 Thread Peter Osborne
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