So I was bored, for the sprite
Add this to your css file
Code:
.soonsprite, .findsprite, .emailsprite, .fbsprite, .phonesprite, .ipphonesprite{display:inline-block;overflow:hidden;background-repeat:no-repeat;background-image:url(../../img/atticsprite.png);}
.soonsprite{width:360px;height:225px;background-position: 0 0;margin:10px 5px 10px 5px;;}
.findsprite{width:397px;height:101px;background-position:-6px -239px;margin:10px 5px 10px 5px;;}
.emailsprite{width:90px;height:87px;background-position:-445px -4px;margin:10px 10px 10px 10px;;}
.fbsprite{width:91px;height:87px;background-position:-444px -101px;margin:10px 10px 10px 10px;;}
.phonesprite{width:90px;height:90px;background-position:-445px -196px;margin:10px 10px 10px 10px;;}
.ipphonesprite{width:90px;height:90px;background-position:-445px -292px;margin:10px 10px 10px 10px;;}
.inverted:hover{filter:invert(100%) drop-shadow(2px 2px 2px #898989);-webkit-filter:invert(100%) drop-shadow(2px 2px 2px #898989)}
Html for these would be
Code:
<li><a href="https://www.facebook.com/TheAtticBanwell" target="_blank"> <div class="divTableCell fbsprite inverted"></div></a></li>
<li><a href="mailto:theatticbanwell@gmail.com"> <div class="divTableCell emailsprite inverted"></div></a></li>
etc etc etc

you can change the margins etc put I did set some at 10px all around, hope this helps lol
Bookmarks