Forum Moderators: not2easy
When viewed on Window 98 through IE6, Netscape 7, Opera 7, and Mozilla 1.4 the form buttons look fine. But when I viewed the form in IE6 on XP although the colour of the button is in place the text has changed into a couple of dashes.
I have try making a couple of changes to the styles but with no improvement to the look in XP.
Any help or suggestions for this irritating problem would be much appreciated as the site has been scheduled to go up on Friday
code in html form:
<input class="form" type='submit' name='command' value='submit'>
linked style sheet:
.form {
font-size: 2pt;
font-weight: bold;
color: #DDDDFF;
border: thin outset #000000;
background-color: #000000;
height:18px;
text-transform: uppercase;
border-style:solid;
border-top-width:1px;
border-bottom-width:1px;
border-left-width:1px;
border-right-width:1px
}