After looking at several options to rotate the text vertically I concluded that jangle jQuery option is the best one. Very easy to implement! However, I ran into an issue with IE browser. I tested your demo and it works great, but when I added to my page is having a problem… Please see [BBBB label][2], it remains horizontal.
It works great in FF, Safari and Chrome, but IE…
What am I missing here? Is there some sort of conflict?
Remove the
position:relativein IE and it works. Must beposition:absolute;