Welcome To Snipplr
Everyone's Recent Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
You just need to configure the width, columns, and gutter
3
1052
posted 13 years ago by firewalker06
Will produce output like this:
<html>
...
</html>
<html>
...
</html>
Target in CSS like this:
html[data-useragent*='Chrome/13.0'] .nav {background:url(img/radial_grad.png) center bottom no-repeat;}
or
html[data-useragent*=...
0
1137
posted 13 years ago by reverend
With this file you can load stylesheets and minify the code while changing colors. The stylesheets are loaded using file_get_contents and you can attach them one after another if you have multiple sheets. The colors are replaces based on a variable t...
0
974
posted 13 years ago by FatFolderDesigner
A Simplified solution to CSS-Tricks Starry Night Parallax Effect. Se URL for demo and original article. Example files can also be downloaded at the URL.
0
977
posted 13 years ago by DeluxiveState
This is just a quick sample that shows how to have a button visible on a page only if the person has JavaScript enabled.
0
769
posted 13 years ago by EgoAnt
This is PURE CSS. Tested in IE7+, Chrome, Firefox, Safari and Opera
0
874
posted 13 years ago by officiallyWise
A four square layout design that can be resized and inserted into any larger wrapper.
0
1427
posted 13 years ago by marshalletm
On screen:
Click here to see the pics!
On print:
Click here [link: http://www.shabada.boh] to see the pics!
0
887
posted 13 years ago by claudiowebdesign
Pure CSS3 buttons with 9 pre-defined colours and 3 styles.
Adapted from Web Designer Wall - http://www.webdesignerwall.com/demo/css-buttons.html
1
968
posted 13 years ago by Huskie
.zz1_logoLinkId_1
{
color: #fff;
background-image:url("/_layouts/Images/HLLMRKLINK/Logo.gif");
background-repeat:no-repeat;
background-position:15px 10px;
background-color:#67507e;
display:block;
width: 170px;
height: 88px;
overflo...
0
930
posted 13 years ago by nickaranz
Sometimes things look terrible in CMSDesk. With just a few adjustments to the master page and its CS file you can target elements in an admin.css page.
0
722
posted 13 years ago by inreflection7
This is a little function that dynamically resizes the navigation, taking into account the size of the item width as well
0
801
posted 13 years ago by buzzswarbrick
We use lists for all sorts of things, especiall navigation elements for which bullets don't make sense. Often, it is most convenient to remove bullet/list styles from all list elements globally. In fact many css resets do just that. However, there ma...
0
1014
posted 13 years ago by rumremix