|
The CSS shouldn't change if you simply wish the image to be flipped horizontally. Just take it into your favorite image editor, horizontally flip the box and then everything should be fine.
The only issue you may run into is the content might not be perfectly in the box depending on the margins of the box so simply add a padding or margin attribute to the content <div>
__________________
Code:
if( $hungry ) { eat(); }
else { sleep(); }
|