Popular posts for Wordpress 2.6 Wordpress, 18/08, 3
On my homepage, I have the three most popular posts. Finding a plugin that did what I wanted and that worked with Wordpress 2.6 proved to be quite impossible.
The
:not()selector is only supported by modern browsers,:not(IE).
There isn’t a lot of information to be found about the :not() selector. The specifications only offer 3 lines of text and a couple of examples. So lets see what it can do!
On my homepage, I have the three most popular posts. Finding a plugin that did what I wanted and that worked with Wordpress 2.6 proved to be quite impossible.
After over a year and a half, I finally have a design of my own. It’s been announced way too many times, but now it’s really here. Find out what happened to the tagline, after the break!
Without a doubt, positioning, or the layout, is the hardest part of CSS. Not only because it ever so often varies between browsers, but also because CSS has a lot of ways to position an element, all with various (dis) advantages. This series of articles…
CSS 2 and 3 offer a number of different ways to pick colours. While everyone knows the hexadecimal notation, fewer people know the RGB notation and colour keywords, and the new colour modes that CSS3 introduces are still a riddle to most. In this article…
This is the second part in the Understanding CSS positioning series, which will focus on float and more advanced display properties. Float is one of the most often used CSS property in current day stylesheets, and this article will show that there are quite some…