hypedup.co.uk
10-15-2002, 09:48 PM
i am using this to make the border go dashed when the focus is on the field. it works fine for IE6 but with NS6 it doesnt lose the dashed border when you leave focus. anyone know what i need to change?
<input type="text" onfocus="this.style.borderStyle='dashed'" onfocusout="this.style.borderStyle='solid'">
cheers, paul
<input type="text" onfocus="this.style.borderStyle='dashed'" onfocusout="this.style.borderStyle='solid'">
cheers, paul