Stretching backgrounds in ASP.NET

  • Thread starter Thread starter Jax
  • Start date Start date
J

Jax

Can you do this? The default for a background image on a web form is tile
and i cant seem to find any options to switch that to stretch.
Is this not possible?
Many thanks go to any reply, even abuse.

Jax :)
 
Hi Jax,

That depend of the browser capabilities, you will have to look into the CSS
documentation for this.
A few hints, you can set backgroundimage to the url of the image you want
with background-repeat you set if you want it to tile or not
if you can set the size of the image then you can it stretch to the client
size of the window.

Hope this help,
 
Back
Top