views:

25

answers:

2

I just created a custom theme at http://jqueryui.com/themeroller/ and downloaded the theme.

Now how do I get started and implement the CSS?

A: 

The main purpose of themeroller is to theme jQuery UI widgets. You can use the theme within your own site and for your own widgets, but you'll need to open up the files and look at the classes so you can apply them within your HTML.

Zachary
+2  A: 

Have a read through the jQuery UI Theming API

Marko