Flipping A Picture Using Html


A

Aaaaaaaa

Guest
is it possible to flip a picture using HTML?

so youve got

Title <img src=logo.gif (some attribute to make it reversed) />

cheers
 
Last edited by a moderator:
wtf is that shit?

Code:
[img]title.gif[/img]
1-regular image
Code:
[img]title.gif[/img]</img>
2-image with an alt, mouse hovers over image for so long, the word Title will show, not the imagepath

but as far as i know it may be some fancy ass javascript or php script to rotate, but get off your lazy ass and rotate the image yourself
 
Last edited by a moderator:
Not to sound like that much of an ass, but why do people come here for this crap? Dudes, use the frikkin internet. GOOGLE MOTHERFUCKER! USE IT!

Yeah, there's a pic with Samuel L. Jackson in his role from Pulp Fiction where he's yelling at a guy telling him to use Google. If I can find it again I will post it then.
 
Heres some code to flip an image (it does it horizantal and vertical, and you can't do only one)

Put this right around the top of the page:
<b>ATTENTION: This page is best viewed with your monitor upside down</b>

:p
 
jegHegy posted on Feb 6 2004 at 04:15 AM said:
there is no such thing as </img>, and you can't flip an image with HTML. it might be possible with CSS or JavaScript though.
well last i knew html, the thing that codes pages, uses </img>
 
Last edited by a moderator:
ThndrShk2k posted on Feb 6 2004 at 01:36 PM said:
jegHegy posted on Feb 6 2004 at 04:15 AM said:
there is no such thing as </img>, and you can't flip an image with HTML. it might be possible with CSS or JavaScript though.
well last i knew html, the thing that codes pages, uses </img>
It's logical: all the information about the image is written within that one <img> tag (size, file info etc) so you do not need or use a closing tag.

Have to say: I wouldn't know anything (in HTML) to flip an image, why would you want to? Couldn't you just mirror the image in a graphics program and use that mirror-image when needed (like on mouse over or whenever you need it?) If you could tell me what you want to do I can probably write you the javascript you need.
 
Last edited by a moderator:
okay. ive got a frame, dedicated to the title.

all i want is a picture of trumpets facing right, then the title, then a picture of trumpets facing left. but i thought :

Instead of having 2 gifs ( they have to be gif: i need transparency) i could have 1, but the second one is flipped.
Thats all
 
Back
Top