Estelle Weyl | June 27, 2010
There are several new attributes for the HTML5 <input> types. This grid shows what attributes are relevant to what input types, and which browsers support each of these attributes.
Category: browsers, HTML5, Web Development |
14 Comments »
Tags: attributes, browsers, HTML5, web development, web forms
Estelle Weyl | April 6, 2010
Implementing CSS3 features in your CSS file can be complex. You have to make sure that the CSS you’re feeding to FF3+, Chrome, Opera and Safari are not being read by FF2, IE6, IE7 and IE8. There’s a simple hack to make sure that your CSS3 is fed only to browsers that support it… it’s forward compliant and it’s valid markup.
Category: browsers, css3 |
15 Comments »
Tags: browser hacks, css, css selectors, css3, web development