Monday, April 14, 2008
Simple way to hide Navigation Bar
/* CSS to hid navigation bar */ #navbar { height:0px; visibility:hidden; display:none } Follow these easy steps to paste the above code This is how your template HTML code should look after pasting the hack code snippet Source : TechDreams
This one has been discussed a lot. For my personal opinion I like the navigation bar right there where it is but if you want to hide it this is the way to do..
Open your template in html mode and paste this code somwhere in the css part of the template :
Posted by
Timethy Jones
at
11:43 PM
Labels: tips and tricks









0 comments:
Post a Comment