Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I don't recommend this, it just needed it for a particular situation. Does not work with dropdowns.
0
1227
posted 15 years ago by trepmal
Examples borrowed from http://ubuntuforums.org/showthread.php?t=966877 (comment 3)
0
1245
posted 15 years ago by cczona
Found this online somewhere. It\'s now the starting point for all my CSS font layouts
0
1015
posted 15 years ago by reynish
Auto refresh the browser. Set refresh time with content="[seconds]"
2
1093
posted 15 years ago by reynish
All credit for this goes to iheartactionscript.com
I'm just copying it here so I won't have to remember where I found it
0
927
posted 15 years ago by cessnajumpin
This code will redirect all requests to a maintenance page
0
1061
posted 15 years ago by IvoTrompert
Replaces the pre-defined text of a textbox (e.g. the purpose of the textbox) when the textbox gets focussed, and resets the text if it blurs when empty
1
1400
posted 15 years ago by cryothic
Incredibly useful. Great when you need to remove and add options to selectboxes.
0
1462
posted 15 years ago by Meander365
Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.
0
1140
posted 15 years ago by vagrantradio
Needs to be set on every element.\r\nimg.png needs to point to background
0
1165
posted 15 years ago by reynish
This will fix all embeded PNGs.
this.src = "img/spacer.gif"
Needs to point to a 1x1 transparent GIF or you'll get an Image not found icon in the corner of the PNGs.
0
1180
posted 15 years ago by reynish
This example shows how to delete specific files after a given time span.
This works good for cleaning cached files.
1
1166
posted 15 years ago by fackz