Welcome To Snipplr
Everyone's Recent Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
[Video Example](http://screencast.com/t/L6E0xI0J5P)
A cross browser image caption on mouseover. Using jquery, CSS. This is a bit crude but pretty simple to implement. Just change the image width, some css to match that image size and create dyn...
4
1118
posted 15 years ago by jadedbat
Learn how to place a DIV in the exact middle of the screen using this JQuery horizontal & vertical align plugin.
6
936
posted 15 years ago by neal_grosskopf
With the ever increasing use of alternate media types I feel there is a need to deliver JavaScript targeted to these types of devices. This would allow alternate and modified content, as well as a customized user experience through the use of modern...
2
972
posted 15 years ago by localhorst
Learn how to style the HTML code element with CSS using CSS counters. CSS counters are the CSS equivalent to variables. In my tutorial I use CSS counters to emulate line numbers for my code block.
2
1108
posted 15 years ago by neal_grosskopf
A simple form with rounded corners, and hopefully not too much markup. You'll need some kind of graphic for the corners of course - I used 20px corners for this.
It's a bit rough, would love to know what some other people think.
1
946
posted 15 years ago by superdeluxesam
A tutorial showing you how to give your images some style using only CSS rather than using Photoshop to give images a border/frame.
1
992
posted 15 years ago by neal_grosskopf
One other thing to note, is that the php generated css file can make use of query parameters, for instance:
<link rel="stylesheet" href="base.css.php?type=alternate" type="text/css" >
in your PHP file you can use the variable:
if ($_GE...
2
1164
posted 15 years ago by dbug13
The following styles are designed to work with the markup from a custom theme override template called [upload_attachments.tpl.php](http://snipplr.com/view/11851)
1
950
posted 15 years ago by zachharkey
Add class \"clear\" to elements that contain floated elements and they will hold the height correctly
2
709
posted 15 years ago by mihael
Find out how to do rounded corners in CSS. A new method has recently come out that makes it extremely easy to implement.
3
1386
posted 15 years ago by neal_grosskopf