Welcome To Snipplr
Everyone's Recent CSS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
<table>
<tr>
<td>Head</td>
</tr>
<tr>
<td>Subhead</td>
</tr>
<tr>
<td>text</td>
</tr>
</table>
0
717
posted 15 years ago by hotdiggity
Learn how to create drop caps using CSS and no extra HTML markup in this short tutorial.
1
987
posted 15 years ago by neal_grosskopf
To remove that ugly added padding from submit buttons try this
width:auto !important; seems to work for IE7
2
1123
posted 15 years ago by localhorst
<h2>POSH => HTML semántico</h2>
http://aprendiendoweb.com/2008/08/posh-html-semantico
<ol>
<li>Debe ser HTML válido</li>
<li>No se deben usar elementos de presentación como <b> o <i></li>
<li>Todos los estilos deben darse usando C...
2
561
posted 15 years ago by demixo
This is a CSS reset snippet for the default (yui-navset-top) style of YUI TabView 2.7.0. This snippet enables rapid TabView prototyping and makes it easy to overwrite the default style while still serving the main CSS from Yahoo!'s servers.
Note:...
0
836
posted 15 years ago by jlizarraga
Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.
1
844
posted 15 years ago by neal_grosskopf
This is sometimes not the best solution to a server caching your css files. But if you want to force a stubborn server to serve the most recent css file to the browser this seems to work. Could slow things down a touch, but for small css files not...
1
943
posted 15 years ago by jadedbat
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
967
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
1104
posted 15 years ago by neal_grosskopf
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
990
posted 15 years ago by neal_grosskopf
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
946
posted 15 years ago by zachharkey
here's the suckerfish dropdown menu for Joomla 1.5 that written by tbianco. It's extremely easy and here's what you need to do:
1) Create the main menu module and add a suffix to it of '_topmenu'. I use the underscore to so that the class name in...
4
1019
posted 15 years ago by jitendraweb
Add class \"clear\" to elements that contain floated elements and they will hold the height correctly
2
705
posted 15 years ago by mihael