View Single Post
  #26  
Old 12-10-2003, 01:21 PM
 
laureon laureon is offline
 

Senior Member
  
Join Date: Oct 2003
Posts: 171
 

Default

I have implemented a 'highlight' cell colour on mouse over.

Use the following in your 'skin1.css' file:

.CategoriesList {
FONT-SIZE: 12px;
text-decoration:none;
}
.CategoriesList a:hover{
width:100%;
text-decoration:none;
background-color: #ffffff;}

Hope this helps you out .
Reply With Quote