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?
[help] resizing background image
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
i have a gradient pattern i would like to stretch widthwise to fit the browser, but still tile downwards
easy - just create a 1pixel high image with the full width you want -the html page will automatically tile it for you.
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
Aqua-Soft Forums