Tuesday, October 20, 2009

Nutre

Design and template for Joomla 1.5 = Carolina Vigna-Marú
Development and content = Marcelo Chiarella

Design & Joomla template for Nutre

Redundant navigation: footer icons + sidebar and top menu.

Nutre - design for Joomla 

The footer icons work on pure CSS. The key is to use 2 different CSS classes and change from one to the other on mouseover. 

php:

img class=”‘mouseout’” onmouseout=”className=’mouseout’”; onmouseover=”className=’mouseover’”

css:

.mouseout {
 width: 40px;
 height: 32px;
 }
 
.mouseover {
 width: 80px;
 height: 64px;
 }