Making the blogger navbar a little cooler
I know many people hate the blogger bar, but removing it is most probably against the policy of blogger. You can only remove it if you are using a FTP based account and hosting it on your own servers. I have seen may people completely hiding the navbar but that is against the policy. While designing this new template I had tried to merge the navbar with the rest of the doucment but I failed miserably. So I came up with this.
<style>It will not remove the bar completely. It will only be visible on a mouseover event. It works in Firefox, Opera 9 and Safari. On IE it will show a translucent navbar, which looks better than the original bar. Add this code in the head tag of your blogger template. Incase you want to use this template on your own blog contact me.
#b-navbar { opacity: 0; filter: alpha(opacity=50); }
#b-navbar:hover { opacity: .65; filter: alpha(opacity=75); }
</style >
Comments
Nice work Vivek.
Nice hack Vivek.
Cheers!