Please remove these styles from the bottom of the menu.css file, these styles are supposed to style the 3 buttons but seem to cause more problems and I am going to remove them from the template.
| Code: |
table#toolbar{
margin-top:-5px;
}
table#toolbar a.toolbar img{
display:none;
}
div#content table#toolbar a.toolbar{
background-image:url(http://www.joomlajunkie.com/commercial/absolute/templates/jj_absolute/images/frontend-controls.png);
background-color:none;
border:none;
width:43px;
height:18px;
display:block;
}
div#content table#toolbar a.toolbar:hover{
background-color:none;
border:none;
}
table#toolbar a.toolbar[href="javascript:«»submitbutton('save');"]{
background-position:bottom left;
}
table#toolbar a.toolbar[href="javascript:«»submitbutton('apply_new');"]{
background-position:bottom center;
}
table#toolbar a.toolbar[href="javascript:«»submitbutton('cancel');"]{
background-position:bottom right;
}
table#toolbar a.toolbar:hover[href="javascript:«»submitbutton('save');"]{
background-position:top left;
}
table#toolbar a.toolbar:hover[href="javascript:«»submitbutton('apply_new');"]{
background-position:top center;
}
table#toolbar a.toolbar:hover[href="javascript:«»submitbutton('cancel');"]{
background-position:top right;
}
|