how to flip rotate an image using css how to flip or rotate an image upside down using css
in your <img> tag ad an id
ie <img id=img1>
then in your <style> code add the following code
#img1 {
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: flipv; /*IE*/
}
Trending right now
Are you a commercial electrical company Some things I am selling please look through thank you How to flip rotate an image using css My child is being bullied at school Why Your Business Will Sink Without a Steady Stream of New Leads Forty five great places to leave your advertising material that will actually get read How to find your others messages in facebook links for mobile and web Natural Cure for hayfever To get a free starter from pizza express simply enter this code Letter to write to Universal Credit if they are taking money off you for council tax arrears Money from random strangers How to tie a tie Healing pneumonia with raw ginger Add your todo list here Why are the vaccinated not actually vaccinated Why You Should Launch Your Business Now and Ditch the Quest for Perfection What do you need help with in your business How to get my site listed in google in quickly Good businesses to start with no experience Weird fish salmon pink hoody size l it is a bit bobbly otherwise good condition Learning to Love Yourself How to get more customers Are cows really responsible for global warming What to say if the police have arrived with the bailiffs. If not paying council tax was unlawful.... What different Text Ads Types are available for Google ADWORDS How to get your site listed in search engines How to sell your stuff online and for free You do not want to get better How to unmark posting as spam on facebook
|