Welcome To Snipplr
Everyone's Recent CSS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker resto
0
751
posted 14 years ago by Masis
You’ve now told the HTML web page that is linked to this CSS document to display the nav_bar list as inline-block – or in a single, horizontal row. The first problem: IE6 and IE7 don’t recognize it, so you need to add something that only they...
1
642
posted 14 years ago by fatihturan
The top image cant be a PNG. This is because the code just make the top image disappear and if the PNG has a transparency to it you will be able to see right through it.
1
723
posted 14 years ago by gera3d
Used these styles to comply with default wordpress WYSIWYG class names
0
609
posted 14 years ago by myke
I switched the h1 to a span to stop the hover from being effective from the other side of the page. Take a look at it [here](http://jsbin.com/okepo4/6/,\"here\")
1
961
posted 14 years ago by s0l1dsnak3123
Reworked CSS reset I use in projects. *Updated, added input type font inheritance and removal of firefox button outline, removed depreciated items; center, font, applet, big, s, u, tt, strike, menu & acronym. Uncompressed version in the link above.
3
1439
posted 14 years ago by vagrantradio
I tried a menu bar with html5 and css3. Please give me some advice for more advance.
1
950
posted 14 years ago by jamepaul
In the example .description is a label and so needs to be made a block level element. For <p> elements (etc) this is not needed.
The key to all this is overflow:hidden.
0
811
posted 14 years ago by Meander365