Closed
Bug 713
Opened 27 years ago
Closed 26 years ago
CSS: Background positioning not working at all
Categories
(MozillaClassic Graveyard :: Layout, defect, P1)
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.
Reporter | ||
Comment 1•27 years ago
|
||
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.
Reporter | ||
Comment 2•27 years ago
|
||
updated location of URL
Comment 4•27 years ago
|
||
Move david william's bugs to harishd. He should be starting 7/13/1998
Comment 5•27 years ago
|
||
Setting priority to P1...
Reporter | ||
Comment 6•27 years ago
|
||
The original test case associated with this report has been broken out into many
smaller test cases which each test one element of background positioning. Each
of the URLs listed below show a bug related to this issue. I suspect it is a
"fix it for one and you've fixed it for all" issue. If you add
"background-repeat: no-repeat" to these testcases, the yellow square is always
positioned in the upper left.
http://slip/projects/marvin/css/sec536btmctr.htm
http://slip/projects/marvin/css/sec536btmlf.htm
http://slip/projects/marvin/css/sec536btmrt.htm
http://slip/projects/marvin/css/sec536cm.htm
http://slip/projects/marvin/css/sec536ctrctr.htm
http://slip/projects/marvin/css/sec536ctrlf.htm
http://slip/projects/marvin/css/sec536ctrrt.htm
http://slip/projects/marvin/css/sec536em.htm
http://slip/projects/marvin/css/sec536ex.htm
http://slip/projects/marvin/css/sec536in.htm
http://slip/projects/marvin/css/sec536mm.htm
http://slip/projects/marvin/css/sec536pc.htm
http://slip/projects/marvin/css/sec536percent.htm
http://slip/projects/marvin/css/sec536pt.htm
http://slip/projects/marvin/css/sec536px.htm
http://slip/projects/marvin/css/sec536topctr.htm
http://slip/projects/marvin/css/sec536toplf.htm
http://slip/projects/marvin/css/sec536toprt.htm
Component: CSS → Layout
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Comment 7•26 years ago
|
||
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.
Description
•