Closed Bug 264725 Opened 20 years ago Closed 20 years ago

Bad CSS rendering when repeating backgrounds

Categories

(Firefox :: General, defect)

defect
Not set
normal

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
Attached file css
Attached file testcase
Attached image logo image
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
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
Attached image image with "solid"
A recent konqueror, safari and IE complete the background and doesn't show the
blue background
Attached image without css
Now a blue gap appears on the bottom, which i take it is my fault, but notice
the frame around the image on mozilla
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
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.

Attachment

General

Created:
Updated:
Size: