Advertisement
Guest User

Form

a guest
Sep 28th, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <form style="float:right; width:255px; display: inline; position: absolute; top: 0px;">
  2. <input type="text" onblur="inputBlur(this)" onfocus="inputFocus(this)" value="First Name" style="color:#888;" title="Name" name="firstname">
  3. <input type="text" onblur="inputBlur(this)" onfocus="inputFocus(this)" value="E-mail address" style="color:#888;" title="Name" name="e-mail">
  4. <input id="signup" type="image" src="images/signup.png">
  5. </form>
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement