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: 136
Yesterday: 332
This Week: 1922
Last Week: 2391
This Month: 6079
Last Month: 9098
Total: 25247


List All Categories

Print screen without additional CSS

 

Alle categoriën

 

Structure with classes and id's

 

div.categories-list
	h1
	ul
		li.first
			span.item-title a
			div.category-desc
			dl
				dt
				dd
		li
			span.item-title a
			div.category-desc
			dl
				dt
				dd
			ul
				li.first
					span.item-title a
					div.category-desc
					dl
						dt
						dd
				li
					span.item-title a
					div.category-desc
					dl
						dt
						dd
				li.last
					span.item-title a
					div.category-desc
					dl
						dt
						dd
		li
		li.last

 

CSS

 

/* --------------------
   List all categories
----------------------- */
div.categories-list h1 {
	margin-bottom: 20px;
}

div.categories-list ul,
div.categories-list ul li,
div.categories-list ul li ul,
div.categories-list ul li ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.categories-list ul li {
	padding: 15px 0 0 0;
}

div.categories-list ul li ul li {
	padding: 3px 0 2px 20px;
}

div.categories-list ul li span.item-title a {
	font-weight: bold;
	font-size: 14px;
}


div.categories-list ul li ul li span.item-title a {
	font-weight: normal;
	font-size: 12px;
}

div.categories-list 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.categories-list ul li dl {}
div.categories-list ul li dl dt {
	float: left;
	margin: 0 10px 0 0;
}

 

Print screen after applying CSS

 

Alle categori:en

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.