[help] resizing background image

i have a brushed background image i would like to auto-resize, so that i can view the entire gradient. is it possible to do this? and with what? html, css?

#218416

What exactly do you mean auto-resize?

There's the background function of CSS, which allows you a lot more freedom than the HTML option (no-repeat, and the like).

-nightcrawler1089

#218422

i have a gradient pattern i would like to stretch widthwise to fit the browser, but still tile downwards

#218435

easy - just create a 1pixel high image with the full width you want -the html page will automatically tile it for you.

#218438

Yeah- it would be quite difficult to detect the size of the browser and have it stretch across the full length, however, tiling is easy. Just do what DoubleD said.

If you want to find out more, look here:

http://www.webmasterworld.com/forum83/303.htm

-nightcrawler1089

#218442