Quick Tip: How to Use CSS3 to Create a Fade Effect
With CSS3’s webkit transition property and opacity properties, it’s easy to duplicate the effects of JavaScript and jQuery with CSS.
Insert this code into the body of your html:
< View plain text >
HTML
<div id="fade">Hover over this text to see it fade […]
