Forum Moderators: not2easy

Message Too Old, No Replies

Absolute position in overflow hidden - IE

         

optik

11:43 pm on Sep 9, 2010 (gmt 0)

10+ Year Member



I have a DIV with overflow set to hidden, when I then have a DIV inside that one and position it absolutely the containing DIV is used as the zero point instead of the page.

Anyone know a solution fro this?

milosevic

1:50 pm on Sep 10, 2010 (gmt 0)

10+ Year Member



Is that div set to position:static?

If not then it will create a zero point for absolute children

optik

2:01 pm on Sep 10, 2010 (gmt 0)

10+ Year Member



it turns out I no longer need overflow on that div but that's useful to know, thanks