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
3498
posted 14 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
2883
posted 14 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
1774
posted 14 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
1542
posted 14 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
1256
posted 14 years ago by EgoAnt
This is PURE CSS. Tested in IE7+, Chrome, Firefox, Safari and Opera
0
2352
posted 14 years ago by officiallyWise
A four square layout design that can be resized and inserted into any larger wrapper.
0
1971
posted 14 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
1521
posted 14 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
1555
posted 14 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
1563
posted 14 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
1218
posted 14 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
2243
posted 14 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
2655
posted 14 years ago by rumremix