gradient.aspx. how does it work

  • Thread starter Thread starter go_d2
  • Start date Start date
G

go_d2

hi all,

Have you noticed that there is a gradient.aspx in many microsoft web
pages. It's used to create table cell background colors. and looks
very nice.

<img src="/library/toolbar/3.0/gradient.aspx?a=FFFFFF&amp;b=3568CC&amp;w=250&amp;h=22&amp;d=ltr&amp;c=RkWooiSyZq0Yx5DIezuYpFhZ%2ffA%3d"...
....

I known you can generate a gradient image in .aspx and pass it to the
page, but how do you know the dimensions of this image?? It seems to
shrink and expend when your browser window re-size.

can someone explain how does gradient.aspx work?? it looks nice and
works in both IE and NN.

thanks
 
Thanks for your reply Curt. But i don't think it's filter. The link
below doesn't work in NN7 (Netscape Navigator v.7). Can you think of
anything else??

Thanks
 
what do you mean? isn't the code displayed for you in the bottom of the
page. That's how it works. Examine the code in page.
 
Back
Top