Please Enable Javascript to get the Full Features!
Home
Forums
Hello Guest
Sign In
or
Register
Visual Pulse Forums
»
Web Design
»
Tutorials
»
Placeholder Attribute Chrome Fix
Sign In
to Remove
MLM
Posts:
400
Reputation:
20
Posted:
February 14, 2012, 10:21 AM
Group:
Administrator
AIM:
mlm@visualpulse.net
deviantART:
MadLittleMods
Photobucket:
MadLittleMods
Small Video on how to make the text disappear on focus in the new Chrome.
The reason they keep the text visible on focus by default is because of auto focus on page load.
Simple Fix:
Code:
[Select]
input:focus::-webkit-input-placeholder
{
color: transparent;
}
<3
Nerve, Sk8, Labradoodle, Austin
anything