Language: Css / Application - Templates
Add Style to Bulleted Number or List Beginner
This is a styling for you numbered or bulleted list, works perfectly on firefox, safari and ie
Language: Css / Application - Templates
Cool Image Borders Beginner
This is a cool little snippet for adding image boarders and backgrounds to images
Language: Css / Application - Templates
CSS Left and Right Frames Layout Beginner
This is a three columns liquid layout with the leftmost and rightmost columns being static, always in view. Tested and works in
Language: Css / Application - Templates
Dynamic Modifcation of CSS Class Properties Intermediate
Modifying the rendering of an element with an ID is relatively easy using document.getElementById. Modifying the attributes fo an entire class dynamically is a little more code, but the DOM does provide the means to do it through the stylesheet object; with some cross-browser variations.
Language: Css / Application - Templates
Dynamically Create CSS Rules via Javascript Intermediate
useful when you need to dynamically add CSS rules.
