Closed
Bug 59910
Opened 25 years ago
Closed 25 years ago
sharif.edu - page uses { background-image: url() } instead of { background-image: none }
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: roozbeh, Assigned: doronr)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i586)
BuildID: 2000111021
In the page at http://www.sharif.edu/, there should be no background image,
because it is overriden specifically at the linked stylesheet with a class
selector named 'firstpage' and an empty 'background-image: url()'. In Mozilla,
the background image for the general type is shown. The page works without
problem in IE 5 and NN 4.75.
Reproducible: Always
Steps to Reproduce:
1. Load http://www.sharif.edu/
Actual Results: Some bricks were shown as the page background at the left
column.
Expected Results: Load the page with no background: no bricks.
Comment 1•25 years ago
|
||
It's not clear that url() is a valid url... The proper way to set no background
image is background-image:none
Comment 2•25 years ago
|
||
Checked with Hixie, and url() is invalid. One should use background-image:none.
Mozilla's behavior is per spec, which says to ignore any invalid CSS directives.
Updating summary and moving to evangelism component.
Assignee: pierre → blakeross
Status: UNCONFIRMED → NEW
Component: Style System → Evangelism
Ever confirmed: true
QA Contact: chrisd → zach
Summary: specific class does not override the general background-image property → page uses { background-image: url() } instead of { background-image: none }
| Reporter | ||
Comment 3•25 years ago
|
||
Contacted the webadmin. FIXED.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 5•24 years ago
|
||
Status: RESOLVED → VERIFIED
Comment 6•24 years ago
|
||
SPAM. You may filter these bugs by querying the string "ReadingRitingRithmetic"
Mass Moving Bugs on Educational institutions in the United States to the new US
Edu component and assigning to default owners.
Assignee: blakeross → doronr
Component: US General → US Edu
QA Contact: zach → caillon
Summary: page uses { background-image: url() } instead of { background-image: none } → sharif.edu - page uses { background-image: url() } instead of { background-image: none }
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•