Cascade Style Sheets v3(CSS3) Good or Evil?

New Parent and child support

a < img { border: none; }

So if <img> has a parent <a>, the border isn’t there.

opacity and alpha transparency is also gaining greater support which is great for web 2.0 development.

You can use alpha transparency in backgrounds. ie….

<div style="background: rgba(255, 0, 0, 0.2);”></div>

You can also do stuff like table[border='0'] {display:none} to hide all tables without borders. Which will really help removing some of the bulky javascript.

but … its going to be so long untill every one is using a css3 supporting browser

Check out this link for some more examples

Have fun kids… Check back here for some more useful news and ideas from the WEB CHEF

Share/Save/Bookmark