Thread: Shoutbox
View Single Post
  #4  
Old 15th July 2008, 01:15
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default Re: Shoutbox
find around line 93
Code:
<style type="text/css">
A {color: #dfa416; font-weight: bold; }
A:hover {color: #FF0000;}
.small {font-size: 9pt; font-family: tahoma; }
.date {font-size: 9pt;}
</style>
change to
Code:
<style type="text/css">
body { background-color: #FFFFFF; color: #000000; }
A {color: #dfa416; font-weight: bold; }
A:hover {color: #FF0000;}
.small {font-size: 9pt; font-family: tahoma; }
.date {font-size: 9pt;}
</style>
ive added the body tag to the style ... the #FFFFFF value of background color sets the back color to white (FFFFFF=white) and the attribute color sets the text color which ive set as black (000000=black). Hopefully that will stop the browser making its own mind up.

If that dont work post a screen pic of both an IE view and a firefox view of the shoutbox
Reply With Quote