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 {
position: relative;
left: 0px;
top: 0px;
width: 660px;
background-color: #D0B8DA;
text-align: left;
border: thin solid #5A445E;
padding: 3px;
overflow-y:hidden;
overflow-x:hidden;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
display: inline;
font-style: normal;
font-weight: normal;
color: #333300;
Any help!