Forum Moderators: open

Message Too Old, No Replies

form button rollover support

         

Geoffrey james

6:05 am on Aug 12, 2006 (gmt 0)

10+ Year Member



Hey all,

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;
}

tedster

7:09 pm on Aug 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Netscape 6 is hardly ever seen in the server logs I view -- it was widely considered a premature release, and most who were still using Netscape upgraded to Netscape 7 and Netscape 8. I would not worry about it.

Geoffrey james

1:16 pm on Aug 15, 2006 (gmt 0)

10+ Year Member



thanks tedster....great help.

have a great day!