views:

22

answers:

1

Hey simple stupid question that I am too lazy to research. Can anyone tell me what browsers support the placeholder html tag for text inputs? Does Internet Explorer support it? Because I have a javascript form of a placeholder for the browsers that do not support.

<input type=TEXT placeholder="placeholder here" />

+1  A: 

It is only supported in Chrome and Safari (no support for this attribute is currently available in Firefox, Opera or Internet Explorer).

Tim
alrighty thanks man
Dick Savagewood