1. 07:58 17th Jan 2011

    Notes: 19

    Reblogged from jonathanmoore

    Tags: cssgridfluid

    jonathanmoore:

    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!

     
  2. 19:07 7th Nov 2010

    Notes: 3

    Tags: htmlcss

     
  3. 12:08 21st Sep 2010

    Notes: 6

    Reblogged from ozwall

    Tags: cssjquery

    (Source: ozwall)

     
  4. 03:52 9th Aug 2010

    Notes: 18

    Reblogged from sid05

    Tags: css

    sid05:

    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;
    }