I have a slight problem with rotating the frame 90 degrees using css conversion.
The challenge is as follows:
The rotating block is inside a vertical column of 40 pixels. This means that the width of the rotary unit in automatic mode is not more than 40 pixels. Thus, the text fragment does not fit on one continuation line; instead, line breaks appear.
To better visualize this problem, check out this script I created: http://jsfiddle.net/F7CEX/
#open_nav { font-family: 'Exo', sans-serif; font-weight: 300; font-size: 1em; display: block; color:
I just need this text to be one liner. Any ideas?
html css css3 rotation
user796443
source share