Css allows the text to rotate 270 degrees, and css text to rotate 270 degrees

Source: Internet
Author: User

Css allows the text to rotate 270 degrees, and css text to rotate 270 degrees

<! Doctype html public "-// W3C // dtd html 4.0 Transitional // EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<Meta name = "Generator" CONTENT = "EditPlus">
<Meta name = "Author" CONTENT = "">
<Meta name = "Keywords" CONTENT = "">
<Meta name = "Description" CONTENT = "">
</HEAD>
<Script type = "text/javascript">
</Script>
<Style type = "text/css">
. Rotation1 {
Position: absolute; filter: progid: DXImageTransform. Microsoft. BasicImage (rotation = 3); left: 100px; top: 10px;
}
. Rotation2 {
Position: absolute; filter: progid: DXImageTransform. Microsoft. BasicImage (rotation = 3); left: 140px; top: 10px;
}
. Rotation3 {
Position: absolute; filter: progid: DXImageTransform. Microsoft. BasicImage (rotation = 3); left: 170px; top: 10px;
}


</Style>
<BODY>
<Span class = "rotation1">

<Span class = "rotation2">

<Span class = "rotation3">

</BODY>
</HTML>


How to change "Rotation Angle of specified text <270>: 0" in CAD Drawing"

That's because there is "@" in front of the font you selected. The first few items in the font drop-down menu start with @, and then the English font. Pull it back and find the Chinese font, the text won't be rotated. Good luck!

Css text display problems

-Webkit-transform: rotate (-90deg );
-Moz-transform: rotate (-90deg );
Filter: progid: DXImageTransform. Microsoft. BasicImage (rotation = 3 );

You can use the above Code. If you want to adjust it, you can change the corresponding value. The first line is applied to webkit browsers, such as chrome. The second line is applicable to firefox and the third line is applicable to IE.

In addition, you can try adding a transform: rotate (-90deg); maybe the browser above IE9 will recognize this style.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.