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)
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)
it turns out I no longer need overflow on that div but that's useful to know, thanks