Imagine that you could style all input types without manually adding a class to each input element. And do it without breaking the design for older browsers like IE6. Here is how…
Styling input elements based on type without breaking IE6
Reply
Imagine that you could style all input types without manually adding a class to each input element. And do it without breaking the design for older browsers like IE6. Here is how…
Most developers at some point needs to construct a WYSIWYG [What You See Is What You Get] textarea for customers that aren't familiar with HTML.
Internet Explorer provides such an editor just by adding the shorthand attribute contenteditable to a div tag but this is considered an ugly approach which is for internet-explorer only, and non-standard, and often people are forced to use "forumcode" or to give up.
A long time ago I though it must be possible to write a javascript WYSIWYG editor but it was never more than an idea.
It seems someone has realized that idea, and made /very/ easy embeddable editor. There are a few out there, but the ones I know of are: