Yeh me is heavy n00b at some stuff.
How do I do this in the username + password think like when you click it goes.Like on http://www.swindonsound.com/ss/

Yeh me is heavy n00b at some stuff.
How do I do this in the username + password think like when you click it goes.Like on http://www.swindonsound.com/ss/
Like a login system?
I believe? If my memory serves me correct.Code:<input type="text" name="username" onfocus="this.focus();" onblur="this.blur();">
Nopdosent work I want it so text is in it and on click goes awayCode:<input type="text" name="username" onfocus="this.focus();" onblur="this.blur();">
Code:<input type="text" value="Username.." onfocus="this.value = '';">
Caleb, do you have a script so that when you click the form, it highlights green like that site?
bumped............
Edited by Tomm (Forum Moderator): Please do not post pointlessly and bump the thread.
Last edited by Tomm; 12-10-2007 at 09:16 AM.
Want to hide these adverts? Register an account for free!