ChrisQuick
Programmer
I am using styles within a form to set the button width and color like so:
<INPUT TYPE=button STYLE="{background-color: blue; font-weight: bold; color: white; width: 150}" NAME='cmdRefresh' id='cmdRefresh' VALUE='Show Legend...' OnClick="showNewLegendWindow();">
This works in IE but not in Netscape. Any workarounds?
Thanks chrisquick@aol.com
Geographic Information System (GIS), ASP, some Oracle
<INPUT TYPE=button STYLE="{background-color: blue; font-weight: bold; color: white; width: 150}" NAME='cmdRefresh' id='cmdRefresh' VALUE='Show Legend...' OnClick="showNewLegendWindow();">
This works in IE but not in Netscape. Any workarounds?
Thanks chrisquick@aol.com
Geographic Information System (GIS), ASP, some Oracle