#navbar-iframe {display:block}
As my display:none instruction was sitting before this line, it didn't come into effect. I had to move the line right after body tag as follows.
<body>
<style type='text/css'>
#navbar-iframe {display:none;}
</style>
You could use this method if you have the same problem. By the way, I am going by Amit's word that it is OK to hide the navbar :)
8 comments:
you got my word on it since forever..but the only difference is that this confirmation is recent and public.
Umm mine didn’t! 8|
Odd, but the code didn't show up over in my corner. Oh well, it gives me an excuse to say it's good to see you back blogging again.
Cheers!
...Blog Bloke
I wouldnt be so sure about removing the navbar, but anyway I took it away, I use the following code that has worked for me without any trouble.
actually its very similar to the one u're posting.
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
eish!dude/ette...i had managed before to put that header off completely than it re-appeared. the old tricks cudnt work anymore..thnks for the hacking tips.
I am no expert but that code worked perfectly!
Adding Google meta tag right after Head
also displays navbar
so add the meta tag after variable declaration part
For me also it worked perfectly!!!!
Thank!!!!
Post a Comment