View Single Post
  #2 (permalink)  
Old 24-05-2008, 09:50 AM
PR Design's Avatar
PR Design PR Design is online now
CSS Wizardry
 
Join Date: May 2007
Location: Leeds, England
Gender: Male
Posts: 9,587
Default

Where it says:
Code:
#footer {
    color: #999;
    }
put
Code:
#footer{
    color:#000 !important;
}
Should work - I've put in an !inportant declaration to override any other specificity.
__________________
I am — Harry Roberts | “Yeah, do maggots get drunk when they bury alcoholics?”
Reply With Quote