HELP REQUIRED PLEASE: I'm trying to get my background image fit any browser window. No luck so far cos i'm a newbie Here's my HTML code>>> (please amend) <!--Preamble--> <div style="position:absolute; left:0px; top:0px; width:759px; height:586px; /*MainDivStyle*/" __AddCode="here"> <!--MainDivStart--> <div id="frag_5" style="text-align:left; /*Tag Style*/" __AddCode="here"> <a href="http://www.5ky.com" target="_blank"><img src="http://i602.photobucket.com/albums/tt108/5ky_com/xxx_1.jpg" border="0" alt="Photobucket"></a> </div></div> <!--Postamble-->
to set a background with css body { background:url(image.png); background-repeat:repeat; } if the item stretches horizontally then use background-repeat:repeat-y to also repeat vertically, or change it to repeat-x to repeat horizontally, or for no repeating, use background-repeat:no-repeat;