Sponsored by Sony Pictures
Watch a scene from 2012, in theaters November 13 view!
whowillsurvive2012.com - Get ready for the biggest event in history – the end of time. How will you survive? 2012- opening 11/13
61 Comments
- ptFoe, on 10/13/2007, -4/+85Stop bragging about how many friends you have.
- Th0Rr, on 10/12/2007, -0/+15"how do i make it frames?"
you don't - NanoStuff, on 10/12/2007, -0/+12"how do i make it frames?"
*gasp* - hpkomic, on 10/12/2007, -4/+14Simple and effective layouts, I have a lot of friends who ask about CSS, this should help them out.
- Dementual, on 01/27/2008, -1/+10Download links seem to be dead.
Aw. - rYno, on 10/12/2007, -0/+9I like how on his main page, the bottom of the page doesn't fully enclose the last row of images... makes me wonder about his 'templates'
- firehydra2k, on 10/12/2007, -1/+10The three column ones kinda look like headless bodies...
- inactive, on 10/12/2007, -1/+9These are great for a website noob like me!
- Agret, on 10/12/2007, -0/+7Frames? This isn't 1996.
- Gzero, on 10/12/2007, -0/+6These layouts are pretty good. They're semantic, and have different stylesheets for screen and print. The guy that made these did a thorough job.
I just don't like how the doctype is xhtml 1.0 transitional. I don't like any of the transitional doctypes, sites should've stopped being transitional years ago. - seanmc303, on 10/12/2007, -1/+6My favorite part of this page is how the CSS is broken at the bottom of the page so that the last 3 layouts overflow the content container. Makes me want to trust this guy for my CSS ;)
- grammarpolice, on 10/12/2007, -0/+5Haha your funnnny. . . Frames.
- fullphaser, on 10/12/2007, -0/+5I really just wish that CSS had better vertical support, these simple templates exemplify how difficult it can be for CSS to handle vertical columns
- thesimo, on 10/12/2007, -1/+6they dont work right in Firefox
u need a break with clear all in there - jtrost, on 10/12/2007, -0/+4The multicolumn layouts seem to be missing the option of each column having equal height.
- Gzero, on 10/12/2007, -0/+4You can just look at the source code for the example pages.
- SkreamNet, on 10/12/2007, -0/+4The download all link on the main page works.
- justinm1, on 10/12/2007, -0/+3Fair enough (I can find my way around CSS, so I guess I'm not a pure "n00b"), but I guess I'm wondering how people who go this route handle content, apart from directly updating HTML files.
- SSYe, on 10/12/2007, -0/+3The last ones look almost human
- suicidal-kid, on 10/12/2007, -0/+3Just download them all. On the top of the page linked to.
- brendanc, on 10/12/2007, -0/+3Actually, it's clear:both; and no, you can just apply it to the element right above where you'd put the extra div with the clear class (or inline style if you prefer).
What I do is make a global class...
.clear {
clear:both;
}
and just add class="clear" to whatever element i need to. if you want to add multiple classes to an element, you can do something like class="class1 class2 class3"
just my 2 cents - duckedtapedemon, on 10/12/2007, -0/+3Just make individual html files if your not using a cms
- SkreamNet, on 10/12/2007, -0/+2I noticed that as well, but if anything this should be nice to look at to get a grip on this kind of layout without tables. After all, fixing something that's broken is a good way to learn it.
It only happens in firefox though. In internet explorer the box encloses all the content fine. - jcaino, on 10/12/2007, -0/+2@justinm1
you would have to use php (or asp) with a MySQL (or msSQL or pSQL) backend to generate dynamic content - justinm1, on 10/12/2007, -4/+6These are nice, but do most people use these for generally static content? I'd like try something like this instead of a CMS package (less complexity), but how do people handle the content end? I'm speaking as a n00b...
- TheOther1, on 10/12/2007, -1/+3You should also check out http://www.csszengarden.com/ Some amazing examples of CSS
- adolfojp, on 10/12/2007, -0/+2CSS templates that look like headless robots! Thanks Digg! :-P
- ductions, on 10/12/2007, -0/+2@justinm1
Other than making individual html files; a lot of people use software such as Textpattern, or Word Press, where the structure of their sites can be easily styled using the CSS section of the admin area.
Read about separating style from content and structure. - rodrigo74, on 10/12/2007, -0/+2This is usually to avoid IE6 getting kinda funny
- stalefries, on 10/12/2007, -0/+1Very nice, especially for someone just getting into css/xhtml/etc.
- tetsuya, on 10/12/2007, -0/+1It is not broken in IE.
- inactive, on 10/12/2007, -0/+1really wish these were more barebones. i dont need half of whats in there just to start working on a site. one html and one css will do me fine thanks.
- KillerJ59J, on 10/12/2007, -2/+3justinm1, the people these are intended for aren't 'n00bs.' These layouts are meant for people who want to use CSS and be standards compliant. 'n00bs' don't really care and could find compete templates or just use tables. You don't need a CMS at all, but you probably should learn CSS/HTML..
btw, these are great templates. I think I may learn a thing or two when I get a chance to look the code over. Thanks.
--Are the download links broken for ya'll, also?-- - Nick22, on 10/12/2007, -0/+1This is great. Im mostly a programer, not a designer (though I am getting better), and I often have trouble getting the basic layout to work properly. Def bookmarking this
- pmclinn, on 10/12/2007, -0/+1A good starting point for CSS can be found @: http://www.w3schools.com/css/css_intro.asp. These templates are good.
- se7en11, on 10/12/2007, -0/+1You should just be able to add "background: #fff;" to those image styles and it should look right.
- vijayanand12003, on 02/13/2009, -0/+1you can also get lots of templates here
http://bestwebsitetemplates.org/ - markus941, on 10/12/2007, -0/+1The templates are definitely not browser compatible. It should be titled "12 ***** CSS templates". I'm sorry but if you purport to be a resource, you should be a good resource.
- infinityanant, on 04/26/2008, -0/+1thanks digg for finding this missing link for me.
i was looking for it for 1hr. - edjackk, on 10/12/2007, -0/+1Hey Monjurul, the link is broken...
- galen, on 10/12/2007, -0/+1exactly what i was thinking
- wingnut21, on 10/12/2007, -0/+1*snort* I noticed that on the website itself: content overflow. Seriously, who doesn't check firefox?!
- xpirtdesign, on 07/18/2008, -0/+0good stuff. saves time.
http://www.xpirtdesign.com - aleks2008, on 08/10/2008, -0/+0Great templates. Thank you.
http://www.webdco.com/ - TemplateBlogger, on 02/10/2009, -0/+0Great Templates, It can be a usefull inspiration model.
http://www.templatesblogger.net - se7en11, on 10/12/2007, -1/+1Did someone call?
Sincerely, - buya, on 10/12/2007, -0/+0how did this get so many diggs? poo
- iFrank, on 10/12/2007, -1/+1Links are dead, but these look nice.
-
Show 51 - 63 of 63 discussions



What is Digg?
The Digg Toolbar for Firefox lets you Digg, submit content, and keep track of Digg even when you're not on the Digg site. Download the official