diff options
| author | Anmol Agrawal <anmol1771@gmail.com> | 2014-09-27 22:04:42 +0530 |
|---|---|---|
| committer | Anmol Agrawal <anmol1771@gmail.com> | 2014-09-27 22:04:42 +0530 |
| commit | eb1829c0b1aba550560027330860f356a157baa5 (patch) | |
| tree | 7b8225f4dec36bb3ba7911f36d421118f6787d92 | |
| parent | 3a23b990c27499a52738b67a802c4ec7fcb76e42 (diff) | |
Input box fixed - #62 solved
| -rw-r--r-- | index.html | 6 | ||||
| -rw-r--r-- | style.css | 3 |
2 files changed, 4 insertions, 5 deletions
@@ -50,10 +50,8 @@ - <div id="suggestion"> - <form> <input id="textanalyser" onfocus="if(this.value == 'Type here to create a network:') { this.value = ''; }" value="Type here to create a network:"/></form> - - + <div id="suggestion" > + <form> <input id="textanalyser" placeholder="Type here to create a network:" /></form> </div> <div class="typeselection"> @@ -71,7 +71,8 @@ a:active { } #textanalyser{ - width:500px; + position: fixed; + width:900px; height:30px; } |
