View Single Post
  #3 (permalink)  
Old 01-08-2006, 02:19 AM
podigle podigle is offline
Casual Pligger
 
Join Date: Dec 2005
Posts: 41
Thanks: 0
Thanked 1 Time in 1 Post
Hi Pentarix,

The css in your news-details select has the background set to #000 which is black.

.news-details select {
background: #000;
border: 1px none #F5F8FF;
font-size: 85%;
}

Change this to #fff white or some other colour that you want.

podigle
Reply With Quote