meenakshidhar
Programmer
hi,
i am trying to set a background image in the table through style sheet...The background image is to be inserted in the inner table.....
I could'nt do it.. can anyone give me the leads...
The style sheet coding is..
/* color of content tables */
table.content {
color :#000000;
background : #d0d0d0;
}
/* row color for content tables */
tr.content {
COLOR:"#FFFF00";
FONT-SIZE: 90%
background-image:url("../eu/3.gif"
+++++++The above line is inserted to display the image in the background of the table..but it does'nt work++++++++
}
i am trying to set a background image in the table through style sheet...The background image is to be inserted in the inner table.....
I could'nt do it.. can anyone give me the leads...
The style sheet coding is..
/* color of content tables */
table.content {
color :#000000;
background : #d0d0d0;
}
/* row color for content tables */
tr.content {
COLOR:"#FFFF00";
FONT-SIZE: 90%
background-image:url("../eu/3.gif"
+++++++The above line is inserted to display the image in the background of the table..but it does'nt work++++++++
}