Skip to content Skip to sidebar Skip to footer
Showing posts with the label Placeholder

Custom Date Input Field Without Any Datepicker

I have been working on a form elements where I got an idea to implement a date field without any br… Read more Custom Date Input Field Without Any Datepicker

Placeholder Internet Explorer 11 Not Showing

I have a problem with placeholders in IE 11 even though it says in compatibility table that IE 11 c… Read more Placeholder Internet Explorer 11 Not Showing

Text-transform: Capitalize; Also Affects Placeholder

I have the following simple input. When I use text-transform: capitalize; to capitalize the first… Read more Text-transform: Capitalize; Also Affects Placeholder

True Placeholder Text Fix For Old Browsers?

I would like to use jQuery code to simulate placeholder text for old browsers. I have found a numbe… Read more True Placeholder Text Fix For Old Browsers?

Input Placeholders For Internet Explorer

HTML5 introduced the placeholder attribute on input elements, which allows to display a greyed-out … Read more Input Placeholders For Internet Explorer

Does Ie9 Rtw Support The Placeholder Attribute On Input Elements?

A bunch of sites mention support in IE9, but I assume this was something that appeared in the Betas… Read more Does Ie9 Rtw Support The Placeholder Attribute On Input Elements?

How To Keep Input Placeholder Visible When User Is Typing

I have a new and intriguing requirement. Instead of the placeholder disappearing when the user star… Read more How To Keep Input Placeholder Visible When User Is Typing

How To Prevent The Display Of Image Placeholder If The Image Is Not Found?

Is there a way to not display the image placeholder if the image was not found? I've got images… Read more How To Prevent The Display Of Image Placeholder If The Image Is Not Found?