fixed background in table
-
Hi I want to use the css style properties in my one of my columns of a table, but can't get the code working. I want to use the code body { background-image: url("/images/smiley.gif"); background-repeat: no-repeat; background-attachment: fixed } in a table, like:
body { background-image: url("/images/smiley.gif"); background-repeat: no-repeat; background-attachment: fixed }
appreciate any help tx
-
Hi I want to use the css style properties in my one of my columns of a table, but can't get the code working. I want to use the code body { background-image: url("/images/smiley.gif"); background-repeat: no-repeat; background-attachment: fixed } in a table, like:
body { background-image: url("/images/smiley.gif"); background-repeat: no-repeat; background-attachment: fixed }
appreciate any help tx
-
-
l a u r e n wrote: try putting a semi-colon after "fixed" I get to display the image, but because of the body {} command it's the background for the whole page. I want to know how to display this image one in the table column!