Closed
Bug 755667
Opened 13 years ago
Closed 13 years ago
Overflow hidden not working for fieldset with position relative
Categories
(Firefox :: Untriaged, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 261037
People
(Reporter: dimasound, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20100101 Firefox/12.0
Build ID: 20120420145725
Steps to reproduce:
I make up page with tag fieldset that have position: relative; and overflow: hidden; CSS properties. Inside fieldset I have div (20*20px) with position: absolute.
Actual results:
I see that div with top: -40px;. The height of div is 20px;
Expected results:
I should not see that div inside frameset tag, because frameset have overflow: hidden; property. It is working with position: static; for frameset, but I need position: relative;.
Comment 1•13 years ago
|
||
Please attach a minimal testcase here.
overflow is not implemented at all for fieldset elements, see bug 261037.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•