Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

monke

macrumors 65816
Original poster
May 30, 2005
1,437
3
This might sound a little crazy, but is there anyway to angle a tab using just CSS and HTML?

I know you could rotate an image in photoshop and put it in that way, but without using any images, is there a way?
 
theres no way to angle text with css you will need to use a background image

Code:
background: url("image.jpg") no-repeat;
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.