Closed Bug 713 Opened 27 years ago Closed 26 years ago

CSS: Background positioning not working at all

Categories

(MozillaClassic Graveyard :: Layout, defect, P1)

All
Windows NT
defect

Tracking

(Not tracked)

VERIFIED WONTFIX

People

(Reporter: jcarpenter0524, Assigned: harishd)

References

()

Details

The code for the URL: http://slip/projects/dogbert/test/web/html/stylesheets/cssstylesheets/torture_te sts/sec536.htm is this: BODY { background-image: url(bg.gif); background-position: right top; background-repeat: no-repeat; } .one { background-image: url(bg.gif); background-position: center top; } .two { background-image: url(bg.gif); background-position: top left; } .three { background-image: url(bg.gif); background-position: bottom right;} .four { background-image: url(bg.gif); background-position: 50% 50%; } Things that are wrong: - The yellow square which is in the upper left should be in the upper right - 2nd paragraph should be one yellow square at the center-top of the text. - 3rd paragraph should be one yellow square at the top left of the text. - 4th paragraph should be one yellow square at the bottom right of the text. - 5th paragraph should be one yellow square at the exact center of the paragraph. Instead of any of the above circumstances, the yellow square is used as a background of each paragraph.
also see this URL: http://slip/projects/dogbert/test/html/css/css_complex2.html which uses this source to attempt to place the image of K-9 in the upper right: BODY { background: antiquewhite url(images/k9.gif) 100% 0%; background-repeat: no-repeat; color: blue } K-9 instead appears in the upper left.
updated location of URL
*** Bug 89855 has been marked as a duplicate of this bug. ***
Move david william's bugs to harishd. He should be starting 7/13/1998
Setting priority to P1...
Component: CSS → Layout
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Old bug, old code base. Marked won't fix. Please re-open if I'm incorrect.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.