[css-d] PNG transparency in IE7

2007-05-15 Thread Peter Osborne
Hi list, I'm trying to use transparent PNGs as backgrounds on a new site. It seems to work fine when I add the transparent background PNG to the navigation and content divs independently (see http:// dev.careermovesgroup.co.uk). However, the client wants the two "columns" to be of equal hei

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:

[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