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


More Items

The links to "More Items" is at the bottom of the page, when there are more articles for the front page than is shown. The example website is showing 3 articles (1 leading article and 2 intro articles). There are 5 articles for the front page. The 2 articles that are not directly visible are shown as links.

 

Print screen without any additonal CSS

 

Meer artikelen

 

Structure with classes and id's

 

div.items-more
	h3
	ol
		li a
		li a
		etc.

 

CSS

 

/* -------------------------
   More items
-------------------------- */
div.items-more {
	clear: both;
	text-align: center;
}

div.items-more ol {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;;
}

div.items-more ol li {
	list-style: none;
	padding: 0;
	display: inline-block;
	white-space:nowrap;
	margin: 0 10px 15px 0;
}

div.items-more ol li a {
	padding: 3px 10px 4px 10px;
	color: #555;
	font-style: italic;
	background-color: #e5e5e5;
	border: 1px #888 solid;
	text-decoration: none;
}

div.items-more ol li a:hover  {
	padding: 3px 10px 4px 10px;
	color: #000;
	font-style: italic;
	background-color: #ccc;
	border: 1px #777 solid;
	text-decoration: none;
}

 

Print screen after applying CSS

 

Meer artikelen

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.