Click to See Complete Forum and Search --> : Is there a way?


pathfinder74
03-27-2008, 12:24 PM
to flip an image horizontally and/or vertically using CSS or HTML so that you don't need to have two individual images for something like side bars?

KDLA
03-27-2008, 01:33 PM
No, not with CSS.

Fang
03-27-2008, 04:44 PM
Use sprites (http://www.alistapart.com/articles/sprites), it will also improve performance (http://developer.yahoo.com/performance/rules.html#num_http).