urgent! Asking for tab code_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:20:51
Original
1113 people have browsed it

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;

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template