1
SFML projects / [RELEASED] SFMLUploads.Org
« on: June 15, 2011, 11:37:13 pm »
I found a display bug: just search for " " or "ksks" and you see it.
And to make the search box a bit more user friendly:
And to make the search box a bit more user friendly:
Code: [Select]
<form method="post" action="index.php?page=search">
<input id="searchbar" value="Search.." type="text" name="q"
onfocus="if (this.value == 'Search..') {this.value = '';}"
onblur= "if (this.value == '') {this.value = 'Search..';}"/>
</form>