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 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

Thank you. I'd heard of the famous "Holly Hack" but I guess I've never 
needed to use it until now.

I will use that solution, but in the meantime I've coded up a more table 
based version of the layout here:

   http://www.javajosh.com-a.googlepages.com/pymk2.html

In some respects I like this layout better, especially with really long 
names. The HTML is rather ugly, though.

Thanks again,
- Josh
______________________________________________________________________
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