CSS TEXT STYLE SHEET
12
toddersbud
This shows how the computed style of each node differs from the computed style of its parent. The root element, which has no parent, is instead compared against the root of a blank HTML document.
* create a new bookmark called "compute styles" in your firefox toolbar. Place the snippet code in the location field of your "compute styles". click the compute styles bookmark, then click an element on the page with the crosshairs.
* create a new bookmark called "compute styles" in your firefox toolbar. Place the snippet code in the location field of your "compute styles". click the compute styles bookmark, then click an element on the page with the crosshairs.
12
Allows you to hide all elements on an HTML page by their tag name. Extremely handy in getting around the "Windowless Elements" problem in IE, which is a bug that puts certain elements, most commonly select boxes, on top of any other element, no matter what. As you can imagine, this causes real problems with DHTML drop-down menus and such like. This is the simplest and quickest fix I've come up with, I simply set this function to run alongside the drop-down and all of the select tags vanish before a menu drops, then I run the show function when the menu retracts.
13
Attribute Selectors
13
Using styles we can add scrollbars for large table where the space is a constraint
14
Here's a library to manage CSS class names on DOM elements.
15
Not really a hack, but rather a workaround for layout problems with IE.
Conditional
Conditional
15
Get computed Height of an HTML Element
22
Get computed Width of an HTML Element
31
a simple css way to add shadow to tables and Divs
32
Gives you the ability to dynamically include a CSS file at any time in your HTML page using Javascript.









