Welcome To Snipplr


Everyone's Recent CSS Snippets Tagged layout



« Prev 1 Next »
Demo Image http://i.imgur.com/f7o3Flr.png
1 1210 posted 12 years ago by jntu_gnec
The relative "em" version of the fixed page layout of the Nexus core theme
0 1001 posted 12 years ago by vanseijen
Nexus Theme fixed page layout
0 961 posted 12 years ago by vanseijen
1 1111 posted 14 years ago by Eystein
1 1006 posted 15 years ago by crs
2 931 posted 15 years ago by PeteW
Great to see exactly the position of all the blocs in a page. Thanks to Chris Coyier for this tip.
0 867 posted 15 years ago by HubertGaulin
Clearfix with 2 different classes: page, section Section: takes up a whole row (much like TR); Page: is the container for each section
0 1052 posted 15 years ago by chrisjlee
1 1078 posted 16 years ago by sixmedia
When we can't or won't change the code of image tag with align attribute, but no 'style="margin: 0 10px 10px 0;' or 'hspace=10px' (IMHO, hspace makes bad looking layout in most cases) code within (just pure <img> code), we can use simple CSS rules f...
1 1220 posted 16 years ago by kossmoss
Add two containers to the element to be centered. This is also needed for IE6: 1. <!--[if>--> 2. .navwrap ul{float:left;} 3. <![endif]-->
0 893 posted 16 years ago by kanirasta
CSS multi columns layout
3 1232 posted 16 years ago by Ashung
2 916 posted 17 years ago by iTony
29 5635 posted 17 years ago by rouxmout
Creating a horizontal row of objects that are equidistant from each other is another one of those things in web design that is much more difficult than it should be. This can be a very useful thing to do, especially in fluid width layouts when you ar...
1 1092 posted 17 years ago by localhorst
Also see the automagic column builder on this page. YOU NEED THIS FILE TOO! Place it in the subfolder, "css/". http://snipurl.com/3col_support_css
4 1242 posted 17 years ago by Winkyboy
give a class name to each link according to the page it redirects to. give attribute id to the body of the template and make the attribute editable (Dreamweaver lets you do that: select the attrib, Modify>Templates>Make attribute editable and tick t...
1 1377 posted 17 years ago by valcartei
Style form fields
1 1071 posted 17 years ago by valcartei
this layout has a fixed width sidebar and a fluid main body.
1 798 posted 17 years ago by penguin999
To use css which will only be applied if the browser is IE.
0 1043 posted 17 years ago by valcartei
STICKER - A valid, easy to use CSS sticky footer by Ryan Fait This is the basic CSS you need along with the one extra empty div and the wrapper required to achieve the effect. I suggest that you leave the * { margin: 0; } code in while testing a...
8 1315 posted 17 years ago by daeliur
This handy CSS attribute can be used to keep text from wrapping. It can also be used to keep other HTML elements from wrapping. Simply apply the white-space:nowrap attribute to any HTML element to force text and images to not return within a specifie...
5 3778 posted 18 years ago by jonhenshaw
BODY {font-size:62.5%} This takes 16px down to 10px (16 x 0.625 = 10), which apart from being less huge is a nice round number. From now on it’s easy to think in pixels but still set sizes in terms of ems: 1em is 10px, 0.8em is 8px, 1.6em is 16px,...
3 1407 posted 18 years ago by zensir
« Prev 1 Next »