[css-d] Broken text placement in IE6

2011-02-28 Thread Keith Purtell
Sorry I didn't reply earlier to the advice offered to me about this problem. One of my spam filters is sporadically intercepting mail from css-d, so I have another computer problem to solve. David, I hadn't zapped Verdana because I've been delayed juggling way more things than anyone here wants to

Re: [css-d] Broken text placement in IE6

2011-02-26 Thread David Laakso
On 2/26/11 4:55 PM, "G.Sørtun" wrote: http://www.keithpurtell.com/kthings/bj-cole.htm Add... #navigate, #article {display: inline;} ...to fix IE6' "margin-doubling on floats" bug. Tested on your page. No need to hack in this fix, as floats can't be "inline" and no browser gets disturbed b

Re: [css-d] Broken text placement in IE6

2011-02-26 Thread G.Sørtun
http://www.keithpurtell.com/kthings/bj-cole.htm Add... #navigate, #article {display: inline;} ...to fix IE6' "margin-doubling on floats" bug. Tested on your page. No need to hack in this fix, as floats can't be "inline" and no browser gets disturbed by declaring "inline". regards

Re: [css-d] Broken text placement in IE6

2011-02-26 Thread David Hucklesby
On 2/26/11 1:25 PM, Keith Purtell wrote: I used BrowserCam to check my site in IE6 under multiple platforms, screen size, etc. In each case, The body text does not appear to the right of the navigation panel but instead is pushed directly down. Obviously, I missed something in my CSS, but I haven

[css-d] Broken text placement in IE6

2011-02-26 Thread Keith Purtell
I used BrowserCam to check my site in IE6 under multiple platforms, screen size, etc. In each case, The body text does not appear to the right of the navigation panel but instead is pushed directly down. Obviously, I missed something in my CSS, but I haven't found it yet. The page CSS and markup bo