View Single Post
  #2  
Old 11-10-2007, 01:39 AM
 
Jonjolt1 Jonjolt1 is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 49
 

Default Re: CSS question - Different look in IE than FF

You need to create a sperate class like

Code:
.ControllerLink { text size color etc } .ControllerLink:hover { what changes } And insert a class in the anchor tag like <a class="ControllerLink" href="......>
__________________
4.1.9
Reply With Quote