Archive for the ‘css’ Category

4 awesome gallery plugins for wordpress

Posted on 3rd of August 2009 by aharen
There are many plugins that let you create and setup gallery's on your wordpress installation easily. The six below are the ones that i find most interesting and are in no particular order. NextGEN Gallery [caption id="" align="alignnone" width="400" caption="NextGEN Gallery"][/caption] NextGEN is simple and very easy to setup and is fully integrated plugin. It also hasĀ  a ...

How to center a div, text or image in CSS (horizontal and vertical)

Posted on 31st of July 2009 by aharen
When designing web pages or web based applications often you come across the task to center certain elements. Maybe and image or text or a div block. There are several ways to accomplish this and different for different elements. Text Centering To center text in CSS you can use the text-align property in CSS. Usage example: [sourcecode language='html'] /* ...

How to make a tooltip with CSS and jQuery

Posted on 17th of July 2009 by aharen
Lets open this blog with this little neat trick shall we :) "Tooltip" is one of those small yet effective at times things on a website. There is also a great plugin for jQuery at http://jquery.bassistance.de/tooltip/demo/ which does the work for you. But since its not that hard of a thing to make, i will try ...