ChrisQuick
Programmer
I am trying to apply a style to a form button. This definition works fine in IE but doesn't seem to work at all in Netscape. I went to developer.netscape.com to research the property names while I was writing the code, so I don't know why it doesn't work.
Any suggestions?
Here is the style info:
<STYLE TYPE="text/css">
.msgBtn
{
background-color: #f8e858;
font-weight: bold;
color: #FF0000;
width: 300
}
</STYLE>
And here is the form:
<form id="messForm" name="messForm" action="#">
<input class="msgBtn" type="button" name="messageBtn" value="Text Tools" disabled>
</form>
cquick@geotg.com
Geographic Information System (GIS), ASP, some Oracle
Any suggestions?
Here is the style info:
<STYLE TYPE="text/css">
.msgBtn
{
background-color: #f8e858;
font-weight: bold;
color: #FF0000;
width: 300
}
</STYLE>
And here is the form:
<form id="messForm" name="messForm" action="#">
<input class="msgBtn" type="button" name="messageBtn" value="Text Tools" disabled>
</form>
cquick@geotg.com
Geographic Information System (GIS), ASP, some Oracle