Estelle Weyl | February 26, 2010
There are several features of CSS3 that are implementable today. In this presentation we discuss CSS3 Selectors, Text Shadows, Box Shadow, Rounded Corners (prefixed), @font-face, Alpha Transparency, Opacity, Rotation. Mostly, there are links to my sandboxing of those features.
Category: css3 |
Comments Off
Tags: browsers, css selectors, css3, HTML5, web development, web tutorial
Estelle Weyl | February 21, 2010
IE6, IE7 and IE8 don’t recognize the HTML elements. This causes a major problem when you’re using the HTML5 elements, such as ‘aside’, as part of (or your complete) selector in your CSS. Add this snippet either in your HTML or as a condionally included file, and IE will be able to handle your HTML5 elements as selectors in your CSS, and as members of your DOM in javascript.
Category: HTML5, Web Development |
7 Comments »
Tags: css, css selectors, css3, DOM, HTML5, tip, web development