I have column headings with long text in an html table, and I would like to display the headings at a 45 degree angle (similar to what can be done in Excel).
Is there a standard, cross-browser way to do this using CSS or JavaScript?
I started playing with css3please.com, but the rotation does not seem to work, at least in IE 7. Also, another problem is that the CSS rotates around the center of the element while I need to rotate left side.
Any pointers would be appreciated!
Christophe
source share