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

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

WBOY
WBOYOriginal
2016-06-24 12:29:261322browse

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

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