View Single Post
  #10 (permalink)  
Old 07-07-2007, 07:04 AM
PR Design's Avatar
PR Design PR Design is offline
CSS Wizardry
 
Join Date: May 2007
Location: Leeds, England
Gender: Male
Posts: 8,004
Default

Give it it's ID and use the !important rule:

#checkout a:hover{
border:none !important;
}

That will get shut of any overruling (I hope)

Harry
__________________
CSS Wizardry | “Yeah, do maggots get drunk when they bury alcoholics?”
Reply With Quote