Forum Moderators: not2easy
IE shows the popup div properly, border overlaps the overflow:hidden area fine.
If I take away the overflow:hidden attribute from the underlying region, the border doesn't break and works properly
I've tinkered with z-index, pushing the popup up to 255 and the underlying content down to 1, but that doesn't help.
I can't seem to find this bug listed anywhere.
Any ideas on what you try as a workaround?
What to try, .. these are from memory only
1. move the overlapping div a pixel or two up or down
2. change the source order if you can
3. remove the border to test if it still happens without it
all shots in the dark but you never know!
But if you try to position a popup div absolutely that overlaps the edge of the rounded box, the popup will get bleed through from the underlying rounded box in Firefox (only). Both the popup's border and background are affected.
z-index tinkering doesn't help. Removing overflow hidden works but breaks the rounding.
This is definitely a firefox bug in both 1.5 & 2.0
Just was hoping for some kind of trick like IE's zoom:1 but I can't find one.
+----------------------+
¦......................¦
¦......rounded box.....¦
¦......................¦
¦......................¦
¦........+------+......¦
¦........¦......¦......¦
+--------¦popup.¦------¦
.........¦......¦
.........+------+