Showing posts with label quick code. Show all posts
Showing posts with label quick code. Show all posts

Thursday, 17 May 2007

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!

Sunday, 13 May 2007

Nothing there...Then there is!

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