Click to See Complete Forum and Search --> : resolution or resize?


warpedmonkey
01-24-2003, 04:05 PM
i have background image 800x600 and if someone views it at a larger resolution then the background pic tiles. is there a way that i can stop the background from tileing or is there a resolution function that i can use to adjust to the others screen size?

Sergey Smirnov
01-24-2003, 05:14 PM
Add style. For example:

<body background="images/pics_bg.gif" STYLE="background-repeat:no-repeat;">

Unfortunately, some old browsers, such Netscape 4.7, do not support this option.

As best I know, there is no way to adjust the background image.