MyBB Community Forums

Full Version: [Flatty] Login textbox problem...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Whenever the Username & Password textbox is clicked the text inside it does not hide itself.
An example :
[Image: JJ0bTJ8.png]

And when you start typing this happens :
[Image: GvvD495.png]

Any idea how to fix this?
Well, what exactly do you want to fix there? There is no actual problem. You have to delete the text manually before typing something.

However, one possible solution would be to replace:

Quote:value="Username"
by
Quote:placeholder="Username"

somewhere in:

Quote:Admin CP  -  Templates & Styles  -  Templates  -  Flatty Templates  -  Header Templates  -  header_welcomeblock_guest

But you could also remove "Username" from the value attribute. And keep in mind that the placholder attribute isn't supported in IE9 and below.