View Single Post
  #1  
Old 07-31-2005, 03:38 PM
 
mimosa777 mimosa777 is offline
 

Member
  
Join Date: May 2005
Posts: 14
 

Default question about skin1.css

Hi there,

I got in the skin1.css file those 2 line :
Code:
#categories a { display: block; background-color: White; border-bottom: 1px solid #F9F9F9; } #categories a:hover { background-color: #F5F5F5; color: #C60000; text-decoration: none;}

I understand that those line are like sub-class of the .CategoriesList{} sub-class. Matbe i am wrong.

I would like please to know how can i use #categories with .CategoriesList together in the file customers/categories.tpl

I tried :
Code:
<FONT class="CategoriesList : categories"> or <FONT class="CategoriesList(categories)">
but nothing work.

Sorry, i am a beginner on how to use .css file but i really need to use #categories with the .CategoriesList{} for a visual effect i am trying to do.

Can you help ?

Thank you very much
__________________
x-cart 4.2.1 (gold)
Reply With Quote