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 bug. IE6 needs for an element to have "layout"[1] if/when it is
to act as base for absolute positioning.

Add...

#pymk .pymk-person {height: 1%;}

...and IE6 will behave itself.

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to