summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnmol Agrawal <anmol1771@gmail.com>2014-09-27 22:04:42 +0530
committerAnmol Agrawal <anmol1771@gmail.com>2014-09-27 22:04:42 +0530
commiteb1829c0b1aba550560027330860f356a157baa5 (patch)
tree7b8225f4dec36bb3ba7911f36d421118f6787d92
parent3a23b990c27499a52738b67a802c4ec7fcb76e42 (diff)
Input box fixed - #62 solved
-rw-r--r--index.html6
-rw-r--r--style.css3
2 files changed, 4 insertions, 5 deletions
diff --git a/index.html b/index.html
index 6caa3476..2d1335ac 100644
--- a/index.html
+++ b/index.html
@@ -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">
diff --git a/style.css b/style.css
index 55ef4d93..4decd588 100644
--- a/style.css
+++ b/style.css
@@ -71,7 +71,8 @@ a:active {
}
#textanalyser{
- width:500px;
+ position: fixed;
+ width:900px;
height:30px;
}