Closed
Bug 184393
Opened 22 years ago
Closed 22 years ago
background-position: 100% 100%
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: patrick.fromberg, Assigned: dbaron)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.1) Gecko/20020827
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.1) Gecko/20020827
if a logo is positioned top right, than Mozilla will position the logos top left
corner there. This makes the logo invisible. Opera7, IE and Konqui do it as I
expect.
Nevertheless, this is not against the spec. The spec of background-position is
ambiguous. In addition to that, the spec of background is not consistent with
the rest of css and it is ill. It should be replaced with
background-top,background-right.....
It should reliefe my anger at the w3c, but unfortunatley, they do not have a bug
tracking system. To add my comments there, I would have to become member off one
hundred mailing lists. And the next bug I find there, will be in a mainling
list, I am not registered yet.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
There is an easy workarround. The only pitty is, that this will make my page
very ugly, when I use Amaya and slightely suboptimal, when I use IE.
Comment 1•22 years ago
|
||
Reporter, can you give an example (URL) ?
Reporter | ||
Comment 2•22 years ago
|
||
Example:
<style>
body {
background-image:url('../logo.png');
background-position:100% 0%;
background-attachment:fixed;
background-repeat:no-repeat;
}
/* if the image is 25 pixels wide, its position
should be left:(100%-25px) top:0% but its
left:100%;top:0% und thus invisible behind the
scrollbar*/
</style>
Comment 3•22 years ago
|
||
This testcase worksforme, linux build 2002-12-07-22. Do you see the problem
with it? If not, please attach a complete HTML testcase that _does_ show the
problem.
Reporter | ||
Comment 4•22 years ago
|
||
I could not reproduce it exactly, but at least I can reproduce the hiding, when
the scrollbar ist visible.
The testcase ist here:
http://www.b-more.de/testcase/hello2.html
Comment 5•22 years ago
|
||
That's bug 46814, which is nothing like your original description, I should note...
Please mark this duplicate if I misunderstood the original description of the
problem.
Reporter | ||
Comment 6•22 years ago
|
||
Yep, your rite.
*** This bug has been marked as a duplicate of 46814 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•