I have to make a menu with diagonally aligned tabs. This is what I'd like to obtain :
The thing is, I can't use CSS3 for compatibility reasons. I found a simple solution using images only (with jQuery-rotate) but it raises accessibility issues so I'd like to avoid it.
What would be the most efficient way to do this using CSS and a bit of JS?
Thanks for your help.