Alert Boxes
I found this Tutorial on how to create an alert Box using CSS and a image. It's really simple but very effective. Take a look for yourself.
Testing alert ALert Box!
I found this Tutorial on how to create an alert Box using CSS and a image. It's really simple but very effective. Take a look for yourself.
Testing alert ALert Box!
Another great hack that could be used on a blogger blog is the "peek-A-Boo" Navbar.
It makes the blogger bar appear when you put your mouse over it.
The code:
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
That's it! Just put it in your CSS.
Link: go to uni
I have just added a Tag cloud in the sidebar of this Blog. It was really easy to add and customize.
If you want to add your own Tag cloud then visit This Blog.
Simply put you just have to copy and paste a few bits of code, this includes some CSS, javascript and HTML. The post tells you how to do everything including how to customize it.