View Single Post
  #1 (permalink)  
Old 03-26-2008, 03:35 PM
adachi adachi is offline
WebProWorld New Member
 
Join Date: Mar 2008
Posts: 3
adachi RepRank 0
Default CSS Font Color Rendering Problem

The following code will not render the proper font color in Firefox or Netscape, but works fine in IE.

<p style="color:#9F4D21; font: bold 20px/1.5em verdana, sans-serif;">DON'T FORGET OUR EVENT ON</p>

If you lower the font size to 16px or lower it works fine.

<p style="color:#9F4D21; font: bold 16px/1.5em verdana, sans-serif;">DON'T FORGET OUR EVENT ON</p>

Anyone know what is going on or if there is a workaround?

Any help is greatly appreciated.

Last edited by crankydave; 03-26-2008 at 04:38 PM. Reason: remove link from copy and paste to same post elsewhere
Reply With Quote