Re: [css-d] Disappearing border in IE

2009-03-31 Thread Nick Fitzsimons
On Tue, March 31, 2009 2:01 pm, mx.css...@googlemail.com wrote: > Having played around in IE6 it would seem to be something to do with your > faux column #mainContent. > > IE6 just doesn't seem to like this. > If you add a width variable (I tried around 620~630px) it works fine. > >> However in IE

Re: [css-d] Disappearing border in IE

2009-03-31 Thread Alan Gresley
Martin Pistorius wrote: > Hi there, > > I'm hoping someone can help me - I'm struggling to resolve an issue in > IE which despite many frustrating hours I've yet to figure out. > > I have tested the design in Firefox 3, Opera 9 and Google Chrome and it > works. However in IE on the left border

Re: [css-d] Disappearing border in IE

2009-03-31 Thread mx . cssdee
Hi Martin, Having played around in IE6 it would seem to be something to do with your faux column #mainContent. CSS: #mainContent { border-left:1px solid #090; padding:0.4em; margin-left:150px; text-align:left; } IE6 just doesn't seem to like this. If you add a width variable (I tried around 6

[css-d] Disappearing border in IE

2009-03-31 Thread Martin Pistorius
Hi there, I'm hoping someone can help me - I'm struggling to resolve an issue in IE which despite many frustrating hours I've yet to figure out. I have tested the design in Firefox 3, Opera 9 and Google Chrome and it works. However in IE on the left border of the main content div seems to be o

Re: [css-d] Disappearing border in IE again

2005-04-28 Thread Ingo Chao
Jonk, RTM (Ron) schrieb: In IE6 I found that the border disappears in a combination of style, tags and preceding text. In IE the border around a block item(p, h1,h2 etc) will not be displayed when the containing div has a width in percentage or pixels and a positioning relative, with some precedin

[css-d] Disappearing border in IE again

2005-04-28 Thread Jonk, RTM (Ron)
In IE6 I found that the border disappears in a combination of style, tags and preceding text. In IE the border around a block item(p, h1,h2 etc) will not be displayed when the containing div has a width in percentage or pixels and a positioning relative, with some preceding text. How to display