| Author |
Message |
mhendermba
Member
Joined: 11 Jul 2007
Posts: 1
|
# Posted: 11 Jul 2007 15:33
Reply
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
Member
Joined: 6 Aug 2007
Posts: 38
|
# Posted: 6 Aug 2007 15:03
Reply
Hmmm, what happens if you just comment out that whole section of code?
__________________
|
surferket
Member
Joined: 22 Jul 2007
Posts: 51
|
# Posted: 26 Sep 2007 02:34
Reply
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 {
__________________
|