Great looking CSS grid framework by Andy Taylor that is designed for 1280px wide monitors, but scales all the way down to mobile resolutions. Don’t be surprised if this ends up in a future Style Hatch premium Tumblr theme.
Next week I’ll post more details about several of the upcoming themes that’ll be launching soon. Lots of exciting projects in the works!
(Source: ozwall)
This is a cool idea, I never think before: “Sometimes it is useful to pre-load your images so that when a certain element is needed, they’ll already be loaded for you and there wont be any delay or flickering.”
div.loader{
background:url(images/hover.gif) no-repeat;
background:url(images/hover2.gif) no-repeat;
background:url(images/hover3.gif) no-repeat;
margin-left:-10000px;
}