I'm Envious of the nice ASP.NET gradient toolbars

D

Derek Harmon

Dotnet Wanderer said:
This is a call for help on how to create those beautiful looking gradient
tool bars like this

Do you mean an HTML <table> tag with a class attribute that points to a
CSS class containing a style rule like,

background-image:url(./images/bgGradient.gif);

where bgGradient.gif is a 1-px wide strip with a vertical gradient fill?


Derek Harmon
 
S

Scott M.

A simple look at their source code shows:

<td id="msviRegionGradient1" width="50%"
style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF',
endColorStr='#98B2E6', gradientType='1')"></td>
 

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

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,234
Latest member
SkyeWeems

Latest Threads

Top