Closed
Bug 320945
Opened 20 years ago
Closed 20 years ago
dynamic background image not drawn. (looks like #305146 but apparently ain't resolved)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 243751
People
(Reporter: theo.van.eijndhoven, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111
body onresize event calls javascript procedure. This procedure re-loads/re-assigns -a resized- background image which is generated by a PHP script.
It works correctly in:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
but does NOT work in:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
in the latter the image does not show.
Positioning of the image is handled in the css file.
Check out the site... the index.php is extremely simple: 1 ln of txt and 1 background image only.
Reproducible: Always
Steps to Reproduce:
1. visit site http://www.the-adoriginals.nl
2. re-size the browser window
3.
note: VERY SIMPLE coding. Easy to spot.
Actual Results:
background image not drawn
Expected Results:
background image to be (re-)drawn
Comment 1•20 years ago
|
||
This is actually a CSS bug, it has nothing to do with it being dynamic. See bug 243751. You need to specify the position in the html {} rule to achieve the desired result.
*** This bug has been marked as a duplicate of 243751 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•