Create Gradient Background on Web Page

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
 
K

Kevin Spencer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top