dylanbaumannn
08-06-2012, 05:39 PM
Hello!
I've noticed a small issue that I haven't ever run into before. I have a div which has the property of overflow:auto; - inside of that div there is a child that has a position of absolute in order to get it to display outside of the parent (negative top margin);
(The issue is with the box that displays the title)
It should look like this:
http://i.imgur.com/cbBpJ.png
however when I apply the overflow:auto; property to the parent div I'm getting results which look like this:
http://i.imgur.com/Qid8i.png
the difference is that it's now restricting the div display to the inside of the parent div. Z-indexing isn't helping it display above it.
Any ideas?
I've noticed a small issue that I haven't ever run into before. I have a div which has the property of overflow:auto; - inside of that div there is a child that has a position of absolute in order to get it to display outside of the parent (negative top margin);
(The issue is with the box that displays the title)
It should look like this:
http://i.imgur.com/cbBpJ.png
however when I apply the overflow:auto; property to the parent div I'm getting results which look like this:
http://i.imgur.com/Qid8i.png
the difference is that it's now restricting the div display to the inside of the parent div. Z-indexing isn't helping it display above it.
Any ideas?