Mon, 2011-10-03 03:40
Hello, I have this css template file for my background image and I need help to have this css to adjust my background image to any screen resolution. Thank you.
body{ background:url(../images/template/background.jpg); color:#7c7c7c; font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif; margin:0; padding:0; text-align:center; }
Dilara
Mon, 2011-10-03 06:58
#1
Hi Dilara, You might be
Hi Dilara,
You might be better using an image tag rather then a background, positioning it, using z-index to put it below everything and using % values for it's width and height.