Home >Web Front-end >HTML Tutorial >urgent! Asking for tab code_html/css_WEB-ITnose

urgent! Asking for tab code_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:20:511142browse

I want to add a tab to the left side of the web page. When the web page is scrolled, the tab position does not change. How to write the code?


Reply to the discussion (solution)

The text on the TAB should be arranged vertically with the text direction to the left. How to achieve this?

positio: fixed;


-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid :DXImageTransform.Microsoft.BasicImage(rotation=3);
display:block;

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn