background image on aspx page problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a jpeg image as a background to a aspx page.

Unfortunately, it is too obvious, so I was wondering if there is any way of
making that image dimmed so it is much easier to view the controls &
associated data?

Any help would be muchly appreciated.


Kind regards

Ross Petersen
 
I have a jpeg image as a background to a aspx page.

Unfortunately, it is too obvious, so I was wondering if there is any way
of
making that image dimmed so it is much easier to view the controls &
associated data?

Do yourself a *huge* favour and simply edit the image, rather than trying to
use any of the System.Drawing stuff to do it on the fly...
 
Thanks Mark
--
Kind regards

Ross Petersen


Mark Rae said:
Do yourself a *huge* favour and simply edit the image, rather than trying to
use any of the System.Drawing stuff to do it on the fly...
 
Back
Top