Welcome To Snipplr


Everyone's Recent Snippets Tagged css



this layout has a fixed width sidebar and a fluid main body.
1 717 posted 17 years ago by penguin999
シンプルなドロップダウンメニュー。入れ子方式。 by http://www.pmob.co.uk/temp/dropdown_horizontal2.htm
1 1079 posted 17 years ago by fjm
via http://icant.co.uk/csstablegallery/
0 862 posted 17 years ago by fjm
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 1240 posted 17 years ago by daeliur
hoverで透明度
0 718 posted 17 years ago by fjm
時間帯によって、CSSを切り替える。
0 770 posted 17 years ago by fjm
0 770 posted 17 years ago by valcartei
0 896 posted 17 years ago by jccovey
CSS image replacement with no extra span needed.
3 793 posted 17 years ago by 1man
Say you want a containing block with 2 floating elements to expand around the floating element, usually this wouldn't happen since the container has no height because the floating elements are out of the usual flow. The method below fixes this pro...
3 880 posted 17 years ago by 1man
Useful for setting transparent dropdowns, etc.
6 1062 posted 17 years ago by pmusaraj
This code centers text vertical.
2 812 posted 17 years ago by narmolanya
This solution is cool for screen readers, because they also read the text content.
2 811 posted 17 years ago by narmolanya
3 1125 posted 17 years ago by soxiam
Wer mal nur den IE7 mit css ansprechen will oder muss zb. weil der IE7 einen bestimmten bug hat, kann dies folgendermaßen tun. *:first-child+html Wenn man also zb. die schriftfarbe der css class “meineklasse” nur für den IE7 verändern wi...
0 1098 posted 17 years ago by smilylion
Very simple navigation. Style the id using CSS. Allows you to highlight the current page with CSS.
1 1137 posted 17 years ago by 1man
text-index: -9999px; などして置換している場合、この数字の通りにアウトライン (クリックした際の点線) がヨコに伸びてしまう。 これを解決する方法。
1 969 posted 17 years ago by masaya
Removes the default styling different browsers use, so you minimise cross browser problems.
1 864 posted 17 years ago by 1man
Example off ALA, pleasing typography layout for the web. Based on the grid system.
4 1158 posted 17 years ago by 1man
This template is for an XHTML 1.1 document with an external stylesheet.
0 1181 posted 18 years ago by cpjobling
Useful function for CSS DOM, returns the next element after the selected node. So you could style the element directly after a h1 element for example.
2 879 posted 18 years ago by 1man
0 978 posted 18 years ago by gndprx
A low-tech but useful technique that uses only CSS. After placing the css in your stylesheet, insert this just below the body tag of your page: "". Whenever the images are referenced throughout your pages they will now be loaded from cache.
0 10114 posted 18 years ago by aznprncritic
A great script that will serve up stylesheets based on browser viewport size.
5 1283 posted 18 years ago by aznprncritic
paste above in HEAD tag
1 886 posted 18 years ago by clapfouine
Les propriétés racourcies Exemple avec la propriété raccourcie 'font': En clair vous pouvez résumer ça: p { font-size: 1em; line-height: 1.5em; font-weight: bold; font-style: italic; font-variant: small-caps; font-family: verdana...
3 1021 posted 18 years ago by clapfouine
Most of these come from the book "CSS Mastery: Advanced Web Standards Solutions," a must-read by Andy Budd (seriously, even if you've used CSS for years, you'll learn a good deal of new things from this book; beginners should read this imme...
2 694 posted 18 years ago by pckujawa