Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

angle an image? 2

Status
Not open for further replies.

hovercraft

Technical User
Joined
Jun 19, 2006
Messages
236
Location
US
Is it possible to angle an image. Perhaps not even an image specifically, but a DIV?
Instead of it being oriented Vertically or Horizontally at a 90 deg. angle could you make it 45 deg.?

Thanks in advance for any shared knowledge,
Dave
 
The short answer is "no".
But you can do interesting things with floats and image slices. See Sneaking out of the box from Eric Meyer on CSS, among others.

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Drag! That's what I kinda thought. I'm not really looking for rounded corners or the like, I just want to take an image and tilt it to 45.
But thank you for your answer. I'll probably have to look into either javascript or flash for this.
 
Seconding traingamer- no. Not with css. But if your server supports server side scripts then it can be done. At least with PHP ;-)
 
I have used PHP but never for anything with graphics.
Do you have any suggestions or specifics?
 
That's feakin' awesome!!
Thanks you!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top