Skip to content

Instantly share code, notes, and snippets.

@vidaaudrey
vidaaudrey / ie67891011-css-hacks.txt
Created June 19, 2016 20:52 — forked from ricardozea/ie67891011-css-hacks.txt
IE CSS hacks - IE6, 7, 8, 9, 10, 11
IE6 Only
==================
_selector {...}
IE6 & IE7
==================
*html or { _property: }
IE7 Only
==================
@johnlouie04
johnlouie04 / button.css
Last active October 12, 2015 17:07
Simple button and easy to implement
/**
* The first commented line is your dabblet’s title
*/
[class^="button"],
[class*=" button"]
{
padding: 5px;
outline: none;
border: 1px solid rgba(0, 0, 0, 0.3);