Closed
Bug 5455
Opened 25 years ago
Closed 25 years ago
background-position and enumerated values
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: troy, Assigned: peterl-retired)
Details
Specifying an enumerated value, e.g. 'center' for the 'background-position'
property doesn't. It does work, however, if specified on the 'background'
property.
For example, this doesn't work:
background-image:url(house.gif);
background-repeat: no-repeat;
background-position: center center;
But this does:
background: url(house.gif) no-repeat center center;
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
have fix waiting for checkin after tree opens from M5
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Using 6/7 Apprunnner, verified bug fixed. However, there seems to be a problem
using background-position: center in the BODY element. Wrote up bug #7817.
You need to log in
before you can comment on or make changes to this bug.
Description
•