View Single Post
Old 08-05-2005, 06:42 AM   #1 (permalink)
kayla
Member
 
Join Date: Jun 2005
Location: Tampa, Fla
Posts: 37
Default CSS not displaying correctly in Firefox

Hi

I just learned on one o my sites that within my CSS I'm calling a layer that should be 660px wide, In IE it is fine but in Firefox it's only appearing as wide as the letters that are contained within it. My CSS code for the layer is as follows.

PHP Code:
#subheading {
    
positionrelative;
    
left0px;
    
top0px;
    
width660px;
    
background-color#D0B8DA;
    
text-alignleft;
    
borderthin solid #5A445E;
    
padding3px;
    
overflow-y:hidden;
    
overflow-x:hidden;
    
font-familyGeorgia"Times New Roman"Timesserif;
    
font-size18px;
    
displayinline;
    
font-stylenormal;
    
font-weightnormal;
    
color#333300; 
Any help!
kayla is offline   Reply With Quote
Sponsored Links