anybody know how to flip a picture horizontally using html? its for my user lookup and i want to flip the background.
Re: html help I do not know how to flip it with html, but you can just copy the image and then put it in paint(or a more complex prog) and go to Image - Flip/Rotate, and then just rehost it on tinypic or photobucket or whatever you usually use.
Re: html help i dont now how to flip it but i know how rotate it, there are 2 buttons. 1 of them rotates right th other one rotates left
Re: html help wow are u guys serious lol code for all images including ones that are links Code (Text): <style type="text/css">img {filter: none;} img:hover { filter: FlipH; } a:link img { filter: none; } a:hover img { filter: FlipH; }</style> code for just link images Code (Text): <style type="text/css">a:link img { filter: none; } a:hover img { filter: FlipH; }</style> (Note:Internet Explorer Only!)
If you bothered to read past the first couple words of the post, you would know that I wasn't asking how to put an image in, I was asking if there was a way to flip an image using html code. And you'll find that the vast majority of people on this forum don't use IE. But this thread is old and no longer needed. Mods, please lock.