/ Published in: HTML
Expand |
Embed | Plain Text
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <style type="text/css"> body { background-color: #999; } #searchform { background:url(bilder/form-pic.png) 0 0 no-repeat; display:inline-block; width:400px; } #searchform label { display:none; } #theformfield { float:left; width:210px; border:none; background:none; height:40px; line-height:40px; padding-left:14px; padding-right:14px; padding-top:3px; color:#ccc; font: 16px bold Arial, Helvetica, sans-serif; } .thebutton { float:left; width:85px; height:40px; padding-top:2px; line-height:40px; cursor:pointer; border:none; background:none; color:#777; font: 14px bold Arial, Helvetica, sans-serif; } </style> </head> <body> <form action="#" method="post" target="_blank"> <div id="searchform" class="cf"> <div id="173753" rel="email"> <input id="theformfield" name="email" type="text" value="Your Mail Adress" onFocus="if(this.value=='Your Mail Adress') this.value='';" onBlur="if(this.value=='') this.value='Your Mail Adress';"> </div> <div id="173755" rel="button" class="thebutton"> <input type="submit" value="Send it!" class="thebutton"> </div> <!--searchform--> </div> </form> </div> </body> </html>
You need to login to post a comment.
