Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
There are a lot of 'starters' out there but I wanted one with all the things I use to start a new project. I find it easier to remove lines I don't need than to hunt and peck for each item...this also makes the starter serve as a sort of 'checklist'...
2
1426
posted 15 years ago by mahalie
I first posted this code on my http://sitefromscratch.com site, but I decided to repost it up here on snipplr.com with some of the most recent modifications I've made. This code validates through W3C Strict XHTML Standards.
14
2130
posted 15 years ago by smoothdzion
This code will allow you to have a full screen iframe with a header like a lot of sites do when navigating outside their site or featuring templates and things. Reference your CSS however you want. The HTML is necessary how it is, but add any addit...
1
1996
posted 15 years ago by smoothdzion
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
864
posted 15 years ago by thesmu
This is a raw example of the nested lists structure with inherited numeration.
0
860
posted 15 years ago by frujo
how to link ie only stylesheets and stylesheets by generation of ie
2
1034
posted 15 years ago by thesmu
Creates a "pill" button with rounded corners; expands with text.
2
795
posted 15 years ago by delibash
Creates a "pill" button with rounded corners; expands with text.
0
632
posted 15 years ago by delibash
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
987
posted 16 years ago by angusdev
Equalizing Two Column Layout with Full Width Header ~ Fixed Width Content
0
723
posted 16 years ago by hotdiggity
A simple form with rounded corners, and hopefully not too much markup. You'll need some kind of graphic for the corners of course - I used 20px corners for this.
It's a bit rough, would love to know what some other people think.
1
1066
posted 16 years ago by superdeluxesam