Hallo,
I'm trying to insert a img as a background of a cell.
The correspond of this:
<td background="img/green_grey.gif">
but with CSS.
I tried this codes:
td.menuimg {background: url(images/xyz.gif);}
td.menuimg {background-image: url(images/xyz.gif);}
with all possible combination of quotes but still it doesn't display the image... browser is Explorer 6 and the page is xhtml transitional.
Does someone knows?
thanks
I'm trying to insert a img as a background of a cell.
The correspond of this:
<td background="img/green_grey.gif">
but with CSS.
I tried this codes:
td.menuimg {background: url(images/xyz.gif);}
td.menuimg {background-image: url(images/xyz.gif);}
with all possible combination of quotes but still it doesn't display the image... browser is Explorer 6 and the page is xhtml transitional.
Does someone knows?
thanks