Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged html
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
895
posted 15 years ago by Arogarth
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
768
posted 15 years ago by thesmu
This is a raw example of the nested lists structure with inherited numeration.
0
762
posted 15 years ago by frujo
Every now and then I need a form select list of all provinces and states... I figured I'm not the only one, so here you go, hope it helps!
1
1957
posted 15 years ago by ecardoza
For cross-browser code--which is not necessarily valid--the [Embedded Media HTML Generator](http://cit.ucsf.edu/embedmedia/step1.php) provides a great starting point.
1
884
posted 15 years ago by wizard04
A basic template that sets up a general static site with links to jquery, swfobject and a div container.
1
873
posted 15 years ago by irishspacemonk
Creates a "pill" button with rounded corners; expands with text.
2
694
posted 15 years ago by delibash
Creates a "pill" button with rounded corners; expands with text.
0
557
posted 15 years ago by delibash
Use of the vCard(hCard) microformat, used to mark up contact details of
people, companies, organisations and places. Includes an download link via X2Vs hcard to vcard-service. Can be styled as a 2-column hcard via CSS (see CSS snippet)
inspired b...
0
971
posted 15 years ago by visualpropaganda
This is the modified GWT HTML host page for your module. As you can see, the only modified element is the path to the GWT bootstrap script, the original declaration was the GWT 1.5 way, the new declaration is the [GWT 1.6 way](http://code.google.com/...
0
603
posted 15 years ago by salvadordiaz
Refer to [This snipplr](http://snipplr.com/view/13653/css-firstchild-test/), added head and body section, even Firefox won't match first-child
0
880
posted 15 years ago by angusdev