Christian Kirchhoff wrote:
> http://www.digitale-bibliothek.de/downloads/test/index.htm

> My problem: there is a p.hint that is absolutely positioned. the
> parent container (div#pub) also contains a label (containing a
> checkbox and text) that is floated left.
> 
> Part of the problem: If I define "bottom: 0;" for the p.hint, in IE6
> it goes way down.

Containers for absolute positioned elements must have 'layout' for
positioning to work in IE. Add 'layout' to div#pub, and IE6 will behave
itself. Declaring "zoom: 1;" or "height: 1%;" on div#pub will do in your
case.

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