CSS4
Well, selectors anyways
Some observations from me:
- There's a very easy way to style internal links differently from external links - a:local-link matches links in the same domain.
- The :nth-column selector is like nth-child, except it matches table columns. You could use it to make every second table column a different background colour, for instance
- You can finally select parent elements! For example,
$p > amatches all paragraphs that contains one or more links.
- I read over a few times and still have no clue what "E:nth-match" does
Might be a while before we can finally use it cross-browser, seeing as Internet Explorer has still not fully implemented CSS 2.1 (let alone CSS 3!). Wonder how long until the good browsers (Firefox, Chrome, Opera) support bits of it. None of the new stuff is implemented at the moment...






Cartoon Clouds
Mountains
Sunrise
Clouds
Green Clouds
None






















Help