Using css3 transform, I'm trying to create a table structure using floating divs and the header text is rotated 90 degrees.
I'm having trouble lining it up properly. Does the transform happen after it applies the other attributes (so should I switch height and width around? and margins?) I'm stuck getting it to align properly. Can someone please look at the jsfiddle link and let me know what I'm not doing right?
(I'm using Chrome to view it)