Closed
Bug 282710
Opened 20 years ago
Closed 20 years ago
Page can alter autoscroll image to display ads using html>img
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
VERIFIED
DUPLICATE
of bug 242466
People
(Reporter: uruviel, Assigned: bugzilla)
Details
Attachments
(1 file)
|
438 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217 Firefox/1.0+
There is an annoying way to overide the autoscroll image with an ad image.
It can be done with the css included in the testcase.
html>img {
width: 0!important;
height: 60px!important;
padding-left: 180px!important;
background: transparent
url("http://sfx-images.mozilla.org/affiliates/Buttons/180x60/trust.gif")
no-repeat!important;
}
Reproducible: Always
Steps to Reproduce:
1.Enable Autoscrolling
2.Middle click on the testpage
3.
Actual Results:
You are now able to witness the getfirefox banner instead of the normal image
displayed when autoscrolling
Expected Results:
You should be able to see the autoscrolling image| Reporter | ||
Comment 1•20 years ago
|
||
Updated•20 years ago
|
Summary: Annoying way to display adds with css html>img → Page can alter autoscroll image to display ads using html>img
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 242466 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•