PDA

View Full Version : Angle a Tab?




monke
Feb 5, 2008, 04:28 PM
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?



xelterran
Feb 5, 2008, 05:02 PM
theres no way to angle text with css you will need to use a background image


background: url("image.jpg") no-repeat;

monke
Feb 5, 2008, 05:11 PM
theres no way to angle text with css you will need to use a background image

That's what I figured.
Thanks. :)