Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css for floting input label

<input 
type="text" 
placeholder="enter your text" 
onfocus="this.placeholder = ''"
onblur="this.placeholder = 'enter your text'" />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #floting #input #label
ADD COMMENT
Topic
Name
7+2 =