CSS Vertical Bar Graphs...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
267 views
Here’s a fairly typical vertical bar graph showing a hypothetical set of quarterly data for, say, invoice and collection totals. The difference here is that the whole thing is a simple set of nested lists and CSS. Really. It’s pretty much all positioning. Actually, once you figure out how...

Tags: , , , , , , , ,

Javascript Style Sheets...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
463 views
JSS stands for Javascript Style Sheets, it is a jQuery plugin that allows you to take advantage of the full range of jQuery selectors accross all browsers from within your standard CSS files. How does it work: You simply include jQuery and JSS in your page and then call the $.jss.apply() function. All...

Tags: , , , , , , , ,

cssQuery – Css Selector...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
165 views
Powerful JS function that enables querying of a DOM document using CSS selectors. cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors are allowed plus quite a few CSS3 selectors. Usage elements = cssQuery(selector...

Tags: , , , , , , , , , , , , , , , , , , , , ,

Styling inputs with Css and Dom...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
503 views
File inputs (< input type= "file" />) are the bane of beautiful form design. No rendering engine provides the granular control over their presentation designers desire. This simple, three-part progressive enhancement provides the markup, CSS, and JavaScript to address the long-standing irritation. Before...

Tags: , , , , , , , , , , , , , , , , , , , , , ,

Bubble – jQuery Script...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
511 views
This plugin adds bubbling functionality to jQuery. The code is similar to jQuery.fn.trigger’s because it’s meant to extend it. It also generates it’s own event object, that will remain untouched through the bubbling, meaning it’s safe to attach attributes to it and grab them with...

Tags: , , , , , , , , , , , , , , , , , , , , , ,

Form field hints with Ajax CSS and JavaS...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
180 views
It’s a basic example of how helpful a little JavaScript and CSS can be in a form. Instead of the input hints always showing and potentionally cluttering a very simple form, only the hint for the currently focused input will show. This article will show a way to do this. HTML: We’ll start...

Tags: , , , , ,



Web Design & CSS (Templates) - TOP.ORG