Oct
25
It’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
.
Comments
4 comments to “Tiny Blue – Official cssZenGarden design #203”
Leave a comment

Congratulations, it’s so difficult to enter the css zen garden circle !
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
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;
}
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