Tagged Questions
The text-rotating tag has no wiki summary.
3
votes
1answer
86 views
How to make vertically rotated links in HTML?
I'm trying to accomplish this:
with this code:
<div id='left_column_date_search'>
<a href='#' class='a1'><span>Dnes</span></a>
<a href='#' class='a2 ...
3
votes
4answers
3k views
jquery text rotation
I've got a simple text inside a div, something like the following;
<div id="banner">
<div>This is an example text</div>
</div>
I want the text inside the div to be ...
3
votes
3answers
380 views
How do i rotate text in css
How do i rotate text in css to get following output...
hi,
Edit:
Thanks for quick suggestion. I have added my sample code in jsfidle:
http://jsfiddle.net/koolkabin/yawYM/
The problem i am facing ...
2
votes
1answer
40 views
Vertically rotated Textblock takes up entire width as if it were horizontal
I've wrapped the TextBlock control in a border so I could see what's taking up space:
Here is the XAML:
<Border BorderBrush="Cyan" BorderThickness="3">
<TextBlock ...
2
votes
1answer
85 views
text-rotation - problem with IE
Hi I'm trying to rotate a text, but i'm facing some problems with IE 8 and 9
.casaText{
display:block;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
...
2
votes
2answers
387 views
CSS 3: text rotation bug?
I don't understand how text rotation works in CSS3.
For instance, you can see it here, the rotated text is never on the right location as you want it,
right: 0;
bottom: 0;
it will always have the ...
1
vote
5answers
3k views
Is there a way to rotate text input?
I have to align a textbox and some text, at about 30 degrees, like this:
I would like it to work at least in IE and FF.
everything I found on the net deals with image rotation.
Anyone?
0
votes
1answer
50 views
AS3 Rotating Text around a fix image
I found this code online and he achieved a particular movement I want to use. Unfortunately, he's using numerical values instead of text. I followed all of his instructions, but I tried to replace the ...
0
votes
1answer
66 views
Why only embedded font can be rotated in actionscript?
You can rotate embedded font but can not rotate device font.
Why adobe allows only embedded font to be rotated?
Are there technical problems to rotate device font?
0
votes
2answers
1k views
Text rotated by 90° using only CSS
Is it possible to rotate text by 90° (clockwise or counter-clockwise) using only CSS and compatible with IE6+, Firefox 2 and Opera?
0
votes
9answers
6k views
PHP - How to display vertical text (90 degree rotated) in all browsers?
PHP - How to display vertical text (90 degree rotated) in all browsers in php?