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: 139
Yesterday: 332
This Week: 1925
Last Week: 2391
This Month: 6082
Last Month: 9098
Total: 25250


Print, E-mail & Editor Icons

Be sure to read the "Read this first" section first and apply all the CSS that is discussed. We are now going to continue applying the Joomla content and component styles on our example website.

 

Print screen without applying any additional CSS

 

Joomla 1.6 Iconen

 

 

Structure with classes and id's

 

Print en E-mail button
----------------------
ul.actions
	li.print-icon a img
	li.email-icon a img


Editor button
-------------
ul.actions
	li.edit-icon span.hasTip a img

 

CSS.

 

/* -----------------------------
   PRINT, EMAIL en EDITOR Button
------------------------------ */
ul.actions {
	list-style: none;
	padding: 0;
	float: right;
	text-align: right;
}

/* Alle buttons hebben dezelfde stijl */
ul.actions li {
	display: inline;
}

ul.actions li a img {
   border: 1px #999 solid;
}

ul.actions li a:hover img {
   border: 1px #333 solid;
}

 

Print screen after applying CSS

 

Joomla 1.6 Icoontjes

 

The icons are not yet in the right place. We want the icons and the title of the page on one line. We do this by styling the title of the article (Featured / Category blog).

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.