Jquery

Taxonomy will be sorted as soon as possible. Dinner first.


Tuesday, November 10, 2009 - 10:27

The jquery Rounded Corners module is a nice tool if you need rounded corners for divs, classes, blocks etc. I needed rounded corners for a container on my project, I'm using Blueprint 3 framework and this was really easy. The rounded corners module needs to be updated with the latest version, you can download it from here. Replace the version you have in you're Rounded corners module. First I had to create a class for my container:

background-color: #ffffff;
border: 1px solid #cccccc;
Wednesday, October 28, 2009 - 11:23

Rounded corners with CSS can sometimes be a painful job. Jquery has a nice plugin called JQery corner http://www.malsup.com/jquery/corner/. With this module you can save plenty of time coding you're css. The drupal module comes with a configuration panel and it's pretty easy to style you're div's and classes. In this tutorial I will show you how I made the rounded corners on my page.

You'll need jQueru UI http://drupal.org/project/jquery_ui to make this module work.