Closed
Bug 264725
Opened 20 years ago
Closed 20 years ago
Bad CSS rendering when repeating backgrounds
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
VERIFIED
INVALID
People
(Reporter: fleona, Assigned: bugzilla)
References
()
Details
Attachments
(6 files)
When i view this page on firefox 0.9.3 or 1.0PR on any os the css that is supposed to fill up the top table with the striped background doesn't work. The code for both the table and the css is attached below, along with a screenshot of how it should look (safari) and how it looks on firefox The code is valid xhtml 1.1 and css
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
| Reporter | ||
Comment 4•20 years ago
|
||
Comment 5•20 years ago
|
||
table#tope {
background: #345487 url(images/p1.gif) solid repeat-x;
width:100%;
border: 0px;
}
I don't know why you have solid in there, but that's not a valid value. Take it
out and the page works fine.Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 6•20 years ago
|
||
i saw "solid" on some page, and used it. The validator doesn't complain. I forgot to include the screenshots, i will do now, but still mozilla has some problems even without solid, it puts a weird frame around the image. Pictures coming up
| Reporter | ||
Comment 7•20 years ago
|
||
A recent konqueror, safari and IE complete the background and doesn't show the blue background
| Reporter | ||
Comment 8•20 years ago
|
||
Now a blue gap appears on the bottom, which i take it is my fault, but notice the frame around the image on mozilla
| Reporter | ||
Comment 9•20 years ago
|
||
The purple frame added on the image is no more that the "visited link color" in the preferences. Because the image has a link, it gets surrounded in the frame, making the background repeat unaligned. Safari doesn't change the link color for images
| Reporter | ||
Comment 10•20 years ago
|
||
ok, img { border:none} is really helpful :)
I still wonder how solid works in konqueror, even better than the default (scroll)Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•