Newbie, please help_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:14:24
Original
1110 people have browsed it

.page_leftbox{	background-color: #f7f7f7;	background-image: url(images/page_box.gif);	background-repeat: repeat-x;	background-position: bottom;	width: 236px;	height: 217px;	margin-top: 5px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;}.page_leftbox li{	line-height: 23px;	margin: 10px;	text-align: center;	border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color: #1d7cb6;	list-style-type: none;	color: #a60000;}
Copy after login
Is there any connection between the two?


Reply to the discussion (solution)

page_leftbox This is the parent, page_leftbox li This is The child, the child inherits the parent's

http://www.w3school.com.cn/css/css_syntax_class_selector.asp explains it very clearly

The first one is the style setting in page_leftbox
The second one is the style setting of the li tag in page_leftbox

Is LZ also a fan of Ke? ? ?

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!