BoulderBum
Programmer
I have
where LabelStuff is defined like this...
It works great with IE, but blows up with Netscape. What's the deal? How do I set width properly?
Code:
<span class="LabelStuff">blah</span>
where LabelStuff is defined like this...
Code:
.LabelStuff
{
border: thin inset #cccccc;
background-color: #F5F5F5;
padding: 5px;
width: 20em;
}
It works great with IE, but blows up with Netscape. What's the deal? How do I set width properly?