General Community > HTML/CSS
background image compatibility?
Seph|roth:
I've got this really weird problem. I'm trying to use a background image in a table cell. Ofcourse IE shows it correctly, but all other major browsers (NN, Opera, Mozilla, Firebird) don't show it at all.
I've searched the web for compatibility issues, but found none, it should disply correctly.
This is the CSS for it:
--- Code: ---background-image: url(img/framesplit.jpg);
background-attachment: fixed;
background-repeat: repeat-y;
--- End code ---
Nothing unusual about it, i'd say ;-)
If anyone can help me with this, i'd be very grateful! Thanks.
Spaceman-Spiff:
try putting ' (single quote) to wrap the url
url('img/framesplit.jpg')
Aquilo:
it works in mozilla - I think is set to the left side of the document though not the table. :P
http://aquilo.homeip.net/table_class.htm
Seph|roth:
--- Quote from: Spaceman-Spiff on September 10, 2003, 05:12:10 PM ---try putting ' (single quote) to wrap the url
url('img/framesplit.jpg')
--- End quote ---
nope, doesn't make any difference. any more thoughts?
Spaceman-Spiff:
a url to the page might help
Navigation
[0] Message Index
[#] Next page
Go to full version