Home > Web Front-end > HTML Tutorial > div CSS scroll bars, text settings, etc._html/css_WEB-ITnose

div CSS scroll bars, text settings, etc._html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:29:26
Original
1350 people have browsed it

1. div set scroll bar

#div_pjContent{
padding-top:10px 10px 10px 10px;
overflow-y:auto;
scrollbar- face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
overflow:auto;
width:265px;
scrollbar-shadow-color:#919192;
scrollbar- 3dlight-color:#ffffff;
line-height:18px;
scrollbar-arrow-color:#919192;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:# ffffff;
height:120px;
text-indent:20px;
}

Quote http://hi.baidu.com/hbydzss/blog/item/a4e4f503cd41c8753812bb20.html/cmtid /7d67b37e9c014f310cd7da9b

2. Place a layer at the lower right corner of the parent DIV layer




Quote: http://www.ie521.com/blog/article/576.htm

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