Create Gradient Background on Web Page

  • Thread starter Thread starter Wayne Wengert
  • Start date Start date
W

Wayne Wengert

I'm looking for information or samples of how to display a gradient
background color for an ASP.NET web page. I want to be able to set a start
and end color (e.g. Light Orange to White) and have the page rendered with
that gradient background from left to right. Using google I found several
examples but they all appeared to apply only to Windows Forms

Wayne
 
Use an image. You can create a 5-pixel-high by the widest you expect your
browser window to be JPG, and make it a gradient from left to right. It will
tile down the page.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top