Skip to content

Instantly share code, notes, and snippets.

View mitzerh's full-sized avatar

Helcon Mabesa mitzerh

View GitHub Profile
@mitzerh
mitzerh / fiddle.css
Last active August 29, 2015 14:08
AngularJS : Multiple sets of dropdowns
li { display:none;}
li.show { display: block;}
@mitzerh
mitzerh / fiddle.css
Last active August 29, 2015 14:06
Pagination Script (RAW)
body {
font-family: "tahoma";
}
ul {
margin: 0;
padding: 0;
position: relative;
}
@mitzerh
mitzerh / fiddle.css
Created September 18, 2014 14:33
Preloading Images
div.pic img {
width: 75px;
height: 81px;
background-color: #ccc;
}