How to implement a user interface set to a website?

I have a psit version for the UI Kit that I would like to implement in forms, etc. on my website. This is similar to the one below - this is Chutzpah by Morgan Allan Knutson (@rnorgan) ... I would show mine, but I don't have a screenshot. However, this will demonstrate the same concept.

http://designmoo.com/wp-content/uploads/2011/01/ui.jpg image from http://designmoo.com/2435/chutzpah-user-interface-kit/ , where you can download its kit.

What tools do I need to use for this? Can I do this simply using CSS or do I need to use some client side scripts? Or is it something really for mobile apps?

+5
source share
1 answer

In essence, part of the design will be done in CSS; some of the elements you show cannot be fully developed in their own browser versions (for example, <select>), so you will need the help of a widget with JavaScript support that will allow you more design freedom.

, jQuery UI ( jQuery , , ) . , ThemeRoller. , .

, jQuery UI (jQuery) ( JS-).

, .

+6

All Articles