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:
background-image: url(img/framesplit.jpg);
background-attachment: fixed;
background-repeat: repeat-y;
Nothing unusual about it, i'd say ;-)
If anyone can help me with this, i'd be very grateful! Thanks.