Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Sometimes iframes are unavoidable, and in those cases you usually don't want it to be apparent there is one. This will find the height of the iframed contents and resize the iframe accordingly, making it appear to be part of the page. Almost positive...
2
1586
posted 15 years ago by StevenW721
Put the script in the app "Spark" (download from http://www.shadowlab.org/Software/spark.php) and give it a shortcut
0
1556
posted 15 years ago by Macgeeky
In the example .description is a label and so needs to be made a block level element. For <p> elements (etc) this is not needed.
The key to all this is overflow:hidden.
0
1381
posted 15 years ago by Meander365
The `localStorage.key` method is a great way to loop over localStorage items.
0
1206
posted 15 years ago by andrew8088
HTML
Magento - How do I change transaction email details? - 'How do I' Questions - eCommerce Software for Growth
0
1368
posted 15 years ago by dmistriotis
find files using "find" and piping the output to rm using xargs; 1st argument to find is the search directory (command substituted in this example by `pwd`)
0
1295
posted 15 years ago by kentoy