Closed
Bug 640131
Opened 14 years ago
Closed 14 years ago
Bug in a Css rendering
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: beaver82, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
width:100%; for img tag with position absolute and width:100%; inside a div with margin: 0px auto; and position:relative; seems not to work with firefox, also on version 4. See the url. The problem is with position:relative; of the h4 that firefox ignores, if you see http://www.foldit.org/index2.html firefox renders the same as other browser without position:relative; of the h4.
works in ie8 and 9 chrome opera and safari
thnks
Reproducible: Always
Actual Results:
the img tag doesn't apply the 100% width on the parent
Expected Results:
the img tag should apply the 100% width on the parent
Comment 1•14 years ago
|
||
Please try it again with Firefox4 beta12 or later.
http://www.foldit.org/ looks ok for me with Seamonkey trunk
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•