Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A bug seems to occur when you add a negative margin to a list item in IE6. The background image applied to the list item gets repeated randomly and generally messes up. Add this little gem to your head to fix the problem. Remember to change the id ta...
11
1242
posted 18 years ago by 1man
This is test script of Google Map API.
How to use this script is as follows.
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<style type="text/css">
v\:* {
behavior:url(#default#VML)...
5
1141
posted 18 years ago by tomute
You should edit your WordPress plugin so that the $source variable at the end shows this value. Though it is a shame that code can't have an 'ol' as a childNode, and neither can the pre element. Couldn't find any way of making it all fit: http://lear...
3
1006
posted 18 years ago by rolandog
Ejemplo de cómo utilizar el objeto Ajax.Responders de Prototype.
El ejemplo hace uso de Scriptaculous.
3
953
posted 18 years ago by sendoa
usage is simple:
$result = mysqli_query($query,db_conn('local')); for instance.
if written in patterns, this should probably be a singleton, but I haven't bothered converting it - feel free to comment with your modification though!
3
905
posted 18 years ago by Aeon
Hacer que la propiedad with se comporte como max-width en IE. El ejemplo serÃa el equivalente a poner un max-width de 800px
Funciona con IE 5 y 6 (7 sin probar)
EstarÃa bien usar comentarios condicionales para evitar problemas con otros naveg...
2
868
posted 18 years ago by sendoa
Not a great solution will need to look further at why files are being sent in binary form
Add this to the mime types array in the Upload class
3
1044
posted 18 years ago by benpjohnson
ejemplo:
python script.py algo
sys.argv[0] es script.py
sys.argv[1] es algo
0
809
posted 18 years ago by buscarini
The stylesheet for the LoadingMessage object (http://snipplr.com/view/347/loadingmessage-for-ajax-requests/).
11
1225
posted 18 years ago by dertimbo
Creates a notification message for AJAX requests.
Dependencies: prototype.js, script.aculo.us.
CSS-Styles: http://snipplr.com/view/348/loadingmessage-for-ajax-requests-css/
11
1131
posted 18 years ago by dertimbo
This function split a several lines long text into an array. It works with Windows and Linux texts.
4
968
posted 18 years ago by katxorro70