Closed Bug 5455 Opened 25 years ago Closed 25 years ago

background-position and enumerated values

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows NT
defect

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;
Status: NEW → ASSIGNED
have fix waiting for checkin after tree opens from M5
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
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.