Archives by Tag 'css'

About CSS2 Selectors

By rnaufal - Last updated: Thursday, May 1, 2008

Some days ago I was trying to customize my blog’s look and feel to remove my pic from each one of my entries.
At my blog’s theme, every <img> tag (which contains my pic for each entry) is the first child of a <td> tag.
I discovered a very handy CSS2 selector syntax to accomplish this task:
E:first-child: [...]