Hi I was looking through your blog and I noticed your update boxes and I've looking for some like that since forever. I was wondering if you could give me the link to where you got them? Or if you could direct me where to go to get some like that. I would really appreciate it. Thank you.
I actually just went to someone’s source code on their page because I couldn't find it anywhere. Put all this below .
top:5px; /* distance from top*/
left:5px; /* distance from left*/
border:0px solid #000; /* border colour*/
width:10px; /* thing width*/
height:10px; /* thing height*/
z-index:9999999; /* every thing you add take off a nine from here */
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
height:205px; /* content thing height */
width:135px; /* content thing width */
/* keep these same as above but take off 5 px from width */
-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;transition: all 0.5s ease-out;
border:0px solid #222222;
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
border:0px solid #444444;
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
border:0px solid #666666;
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
border:0px solid #888888;
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.5s ease-out;
Then put all this below .
and to make it on the next line
If you want more than four then just add another section on each part of the code and make sure the numbers are both “5” or “6” for however many you want. I take no credit for the code. If something doesn’t work just let me know and I’ll try to help you out :)