Forum Moderators: open
I have a site that doesn't work properly in Opera. The site is compiled with tables and I have set up an external CSS-document which contain this string:
.background1
{
background-image: url(/img/bakgrunn_lang_kuttet.gif);
background-repeat: repeat-y
}
The HTML:
<td width="701" align="left" valign="top" class="background1">
Can anybody figure this out?
Thanks!
edit_g...I think it's just the pseudo classes (links 'n' things) that Opera wont handle the background image for with CSS
xordian...I can only suggest that you run both your CSS and HTML code through the validators are there could be an errant table tag (or unclosed? td tags) in your HTML which Opera is very fussy about...
validators here
[validator.w3.org...]
HTH
Suzy
[edit] sp! [/edit]