Welcome To Snipplr
Everyone's Recent JavaScript Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Save as the target of your link.
Change http://assets.harkeydesign.net/css/diagnose.css to your own hosted version if you want guaranteed permanence.
1
720
posted 15 years ago by zachharkey
A javscript snipped which will mark each table cell with a CSS class containing the cell's column number. This allows you to set the table column widths using just one CSS rule and without hand editing the table HTML code. This is to workaround the l...
0
1557
posted 15 years ago by miohtama
Adds a class of hasJS to the html element, can be used for CSS styling.
1
1131
posted 15 years ago by 1man
Ever wanted nested stylesheets?
I have!
Now you can have them! If you code your stylesheets as JSON and parse them using JSS 0.1. You could have the following:
JSS({
'html': {
'body': {
background: '#ff...
0
916
posted 15 years ago by dom111
changed to detect sring sheet first, then to try object extension.
2
873
posted 15 years ago by pdswan
fix for IE, adds getComputedStyle method for the object window and getPropertyValue method for the object, which returns getComputedStyle
1
4357
posted 15 years ago by Jman
this is a combination of javascript and css and an image called letters.jpg that allows you to use any font you want for the first letter of each paragraph. Letters.jpg needs to have all the letters in uppercase in a row. See the link for a sample le...
0
714
posted 16 years ago by ezerick
setting additional css file for browsers under MacOS with JQuery
0
805
posted 16 years ago by DesTincT
curvyCorners is a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners.
3
1247
posted 17 years ago by jonhenshaw
Will toggle an element's style.visibility, or set it to visible/hidden as selected
0
821
posted 17 years ago by martinkas
Useful function for CSS DOM, returns the next element after the selected node. So you could style the element directly after a h1 element for example.
2
837
posted 18 years ago by 1man
A great script that will serve up stylesheets based on browser viewport size.
5
1230
posted 18 years ago by aznprncritic