views:

29

answers:

0

I need to reflect a dynamically generated box, containing an image, besides some text on a colored background. All with a gradual fade, and beauty abound.

I've found jQuery plugins for reflecting images the way I'd like to, but no way to give generic elements the same treatment.

First thought is to generate the boxes as needed, take a snapshot of that area,
and then do the necessary flip'ing server-side; thus producing a unique background image for every box.

Since I've only scraped the depths of System.Drawing (which I presume contains the necessary tools),
and don't think I'll need it for anything else in the near future,
I feel it would be overkill if it's possible to let the client handle it?