Welcome To Snipplr
Everyone's Recent Snippets Tagged images
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
You can use this code in Bash or Windows CMD / Command prompt (although you'll have the change the comment character from # to :: for the windows prompt)
1
1418
posted 15 years ago by webonomic
A simple way to create a double-border effect (i.e. for images) in all browsers.
1
849
posted 15 years ago by sidisinsane
Remove that pesky dotted border around img elements, especially images inside <a> / link tags.
4
1012
posted 15 years ago by charmcitycoder
Crops and resizes, maintaining perspective, with a white background.
1
916
posted 16 years ago by DaveChild
The lazy way to generate XHTML-valid width and height attributes for your images. This is incredibly inefficient, though I believe (ref?) that calls to getimagesize() are cached.
2
733
posted 16 years ago by AdrianShort
output can be run as a shell script. should be able to refactor this as a piped wget, i think
1
789
posted 16 years ago by jhenry
I can't remember if this code is updated for IE7, if it is then it should be working in at least IE6-7, Safari 2-3, Opera 8 and Firefox 2-3.
Obviously the image_iefix is just for IE6.
2
772
posted 16 years ago by teddyzetterlund
These two functions allow you to remove images from html page.
The function returns an array of images with the absolute src and,if there are any, the alt and title attributes.
Arguments to pass to get_images() are $file = html source and $url = th...
3
1126
posted 17 years ago by gandalf
A low-tech but useful technique that uses only CSS. After placing the css in your stylesheet, insert this just below the body tag of your page: "". Whenever the images are referenced throughout your pages they will now be loaded from cache.
0
9651
posted 17 years ago by aznprncritic
Image will be greyscale and will turn colored when hovered over
1
790
posted 17 years ago by sondosia
Open some internet-page with some pictures on it. Then just paste this text into the address line and press "Enter". Works good only in IE, sometimes in Opera...
0
657
posted 17 years ago by Memphys