monke macrumors 65816 Original poster May 30, 2005 1,437 3 Feb 5, 2008 #1 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?
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?
X xelterran macrumors 6502 Dec 28, 2001 291 0 Feb 5, 2008 #2 theres no way to angle text with css you will need to use a background image Code: background: url("image.jpg") no-repeat;
theres no way to angle text with css you will need to use a background image Code: background: url("image.jpg") no-repeat;
monke macrumors 65816 Original poster May 30, 2005 1,437 3 Feb 5, 2008 #3 xelterran said: theres no way to angle text with css you will need to use a background image Click to expand... That's what I figured. Thanks.
xelterran said: theres no way to angle text with css you will need to use a background image Click to expand... That's what I figured. Thanks.
M mcdonger macrumors newbie Dec 21, 2010 1 0 Dec 21, 2010 #4 You can in supporting browsers CSS3 lets you perform rotation transformations to objects, try this example: http://www.rationalsensibility.com/Blog/Angled-Tabs-CSS3/ (Yes I realise this post is very old and that you probably couldn't do this at the time, I just thought I'd add the link for reference of anyone now searching this problem)
You can in supporting browsers CSS3 lets you perform rotation transformations to objects, try this example: http://www.rationalsensibility.com/Blog/Angled-Tabs-CSS3/ (Yes I realise this post is very old and that you probably couldn't do this at the time, I just thought I'd add the link for reference of anyone now searching this problem)