[css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
Hi there, I've been lurking on this list for a while, and have found the discussion to be very interesting and useful. Thank you. Now I have a question of my own. It seems that IE6 does not like my CSS (IE7, FF2, FF3, Safari, and Opera all seem to like it). I've taken care to isolate the

Re: [css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
What's also puzzling is that the last div always lays out differently than the rest. I'm sure that's a big clue but I'm not sure what it means. (back to reading quirksmode.org:) Josh Rehman wrote: Hi there, I've been lurking on this list for a while, and have found the discussion to be

Re: [css-d] IE6 positioning question

2008-06-02 Thread Gunlaug Sørtun
Josh Rehman wrote: http://www.javajosh.com-a.googlepages.com/pymk.html The key thing that troubled me with this layout was that I couldn't just float:right the pymk-x elt. As a workaround I used position:absolute; top:5px; right:0px; I still don't know why that doesn't work in IE6. The old

Re: [css-d] IE6 positioning question

2008-06-02 Thread Josh Rehman
Gunlaug Sørtun wrote: Josh Rehman wrote: http://www.javajosh.com-a.googlepages.com/pymk.html The key thing that troubled me with this layout was that I couldn't just float:right the pymk-x elt. As a workaround I used position:absolute; top:5px; right:0px; I still don't know why that doesn't