Hello guys I need quick help to position my background image. The current code in stylesheet is: body.full {background: #192426 url(images/style1/backgrounds/full/bg.jpg) 50% 0 no-repeat;} I need following things: I am using another image as background which is having dimensions: width=538 height=800 I need the image should fit to all sized screens. means it should look good to 15 inch monitor user as well as 19 inch monitor user. I should not move. It should be fixed. Waiting for your help! Regards, Adwaitk007
Apply image in background from page properties and fixed that image. fixed option will get you in page properties option.
will you help me by giving exact code to replace this one: body.full {background: #192426 url(images/style1/backgrounds/full/bg.jpg) 50% 0 no-repeat;}
To paste this code into your CSS. body.full { background-color:#192426; background-image: url(images/style1/backgrounds/full/bg.jpg); background-repeat:no-repeat; background-position:center; }