Forum Moderators: open
Have generated a send and clear button using css and java.Although the code is getting highlighted with red line in code view
<input type="reset" class="textbox" name="Clear" value="Clear" onmouseover="this.style.backgroundColor='#D1A3A3'" onmouseout="this.style.backgroundColor='#E2DFD6'">
info telling me the mouseover is not supported by netscape 6 is coming up.
Should I just leave it as it creates what im looking for, or can anyone suggest what to change to if need be.
Geoff
ps: the class just gives it a border, ie:
.textbox
{ border: 1px solid #5C5C5C;
}