Test Your Website

Visitors



43.3%Netherlands Netherlands
5.9%Germany Germany
5.9%United States United States
3.9%Belgium Belgium
3.9%India India
3.8%Spain Spain
3.3%Italy Italy
3.2%Poland Poland
2.6%France France
2.5%United Kingdom United Kingdom
2.3%Greece Greece
1.6%Russian Federation Russian Federation
1.2%Japan Japan
1.1%Australia Australia
1.1%Canada Canada

Today: 138
Yesterday: 332
This Week: 1924
Last Week: 2391
This Month: 6081
Last Month: 9098
Total: 25249


List One Category

Print screen without additional CSS

 

Een categorie weergeven in een lijst

 

Structure with classes and id's

 

div.category-list
	h1
	h2 span.subheading-category>
	div.category-desc
		p
		div.clr
	div.cat-items p
	div.cat-children
		h3
		ul
			li.first
				span.item-title a
				div.category-desc p
				dl
					dt
					dd
			li
				span.item-title a
				div.category-desc p
				dl
					dt
					dd
			li.last
				span.item-title a
				div.category-desc p
				dl
					dt
					dd

 

CSS

 

/* --------------------
   List single category
----------------------- */
div.category-list h1 {
	margin: 0 0 10px 0;
}

div.category-list div.cat-children h3 {
	margin: 10px 0 5px 0;
}

div.category-list div.cat-children ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.category-list div.cat-children ul li {
	padding: 3px 0 6px 0;
}

div.category-list div.cat-children ul li div.category-desc p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #666;
	padding: 3px 0 2px 0;
}

div.category-list div.cat-children ul li span.item-title a {
	font-weight: bold;
}

div.category-list div.cat-children ul li dl dt {
	float: left;
	margin: 0 10px 0 0;
}

 

Print screen after applying CSS

 

Een categorie in een lijst weergeven

Comments (0)
Post a commment or ask a question!
Your Contact Details:
Comment:
Security
Please input the anti-spam code that you can read in the image.