TinyBlueIt’s been a long time (it has to be over a year) since I sent my second design to Dave at CSS Zen Garden. Today I received the good news about my design. It was bit of a shock since I had already forgotten all about that. Go check it out.

The first design (Icicle Outback) can be found here.

Oh, and please excuse me my bad english ;) .

Share

Comments

4 comments to “Tiny Blue – Official cssZenGarden design #203”

  1. autoNo Gravatar on November 3rd, 2007 9:28 PM

    Congratulations, it’s so difficult to enter the css zen garden circle !

  2. NancyNo Gravatar on February 16th, 2008 12:34 AM

    Greetings Timo!

    I’m new at CSS and love how you designed Tiny Blue.

    I’m trying to add an element on the side that stays fixed with the main container like you did on Tiny Blue but can’t figure out how to do it.

    Can you help me out?

    Many thanks,

    Nancy

  3. Timo VirtanenNo Gravatar on February 18th, 2008 8:01 AM

    Hi Nancy,

    Here is the css I used:

    #extraDiv1{
    position:fixed;
    top:0;
    width:37px;
    height:433px;
    left:50%;
    margin-left:-235px;
    background:url(pics/the_beauty.gif) no-repeat top left;
    }

  4. DaveNo Gravatar on February 21st, 2008 10:54 PM

    That CSS you used really confuses me. I tried to modify it to work for me so I could have a picture that stays attached to it. But it just moves if the window is resized. Could you please email me? I would really appreciate some help or an explanation of how it works.

    Thanks

Leave a comment