| Author |
Message |
mhendermba Forums Member
Joined: 11 Jul 2007 Posts: 1
|
#1 · Posted: 11 Jul 2007 15:33
the code I have for removing the nav bar on blogger doesn't work with the classic template but works with the new templates. the instructions place it anywhere between <style type="text/css"> and </style> Inside these tags add the following code: #b-navbar { height:0px; visibility:hidden; display:none } It doesn't work any suggestions? thanks
|
moneymakerblogs Forums Member
Joined: 6 Aug 2007 Posts: 34
|
#2 · Posted: 6 Aug 2007 15:03
Hmmm, what happens if you just comment out that whole section of code?
__________________
|
surferket Forums Member
Joined: 22 Jul 2007 Posts: 51
|
#3 · Posted: 26 Sep 2007 02:34
Don't have to remove the nav bar just make it hidden until needed.
Add 2 lines of code:
---------------------------------------------------------------- #navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)} #navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)} ----------------------------------------------------------------- before
body {
__________________
|