Welcome To Snipplr
Everyone's Recent HTML Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
no need for Lorem ipsum if you can insert something that makes more sense and even helps you address more HTML elements with the CSS you're about to write.
1
841
posted 15 years ago by iroybot
and check out http://code.google.com/chrome/chromeframe/developers_guide.html#Detecting_Google_Chrome_Frame
0
763
posted 15 years ago by mware1205
Code snippets to use as a template for consistent HTML page generation
0
637
posted 15 years ago by ff1959
This source code based on the "friend" example given with Persevere. It is a simple Twitter-like microblogging program. Note that you need to create a class definition file in "WEB-INF\jslib\tweet.js" for it to work.
0
838
posted 15 years ago by rolytyler
I grabbed this code from here in order to make IE 8 behave like IE 7 for me. It sure is a heck of a lot easier than going back through all the CSS on every site I've ever done. Just drop it in the header, hopefully you have a header include.
4
873
posted 15 years ago by takonia
In Internet Explorer 6 (IE6) there is a bug to make div absolute positioned over select. The select will show over the div.
One solution is to place a empty iframe behind the div with same size.
The source below is a div as container to positione...
0
896
posted 15 years ago by Arogarth
Now you can write IE specific styles in a regular stylesheet, by prefacing the CSS selectors with body.ie
2
877
posted 15 years ago by jessibird
As with screen style sheets, you use the <link> element to define the print style sheet your Web page should use:
<link>
The only difference between this link element and the link to your screen style sheet is the attribute:
media="print"
Most...
0
770
posted 15 years ago by thesmu
This is a raw example of the nested lists structure with inherited numeration.
0
767
posted 15 years ago by frujo