How to create html navigation bar hide?

Asked By 20 points N/A Posted on -
qa-featured

Hello experts,

How to create html navigation bar hide? I want to create a navigation bar in my webpage and also want to get some option of hiding and retrieving it as well. Can you share some html codes that will probably make this happen? Or some illustration or picture that will best describes the output.

Thank you.

SHARE
Answered By 0 points N/A #134319

How to create html navigation bar hide?

qa-featured

 

Hi Harvey I’m looking for a solution for your problem and I came up with a solution that may help you with your problem.

1. At your webpage go to template and click it

2. Edit your HTML and click proceed.

3. Seeing your HTML code look for the Content (/* Content__________*/ or just simply CTRL+F    and type /*Content to find it immediately

4. Just enter after it and type this.

#navbar {

Height: 0px;

Visibility:hidden;

Display: none;

}

 

5. Save template and then browse again your webpage.

Your navigation bar is not removed but it is just hidden now.

Hope it helps you.

Related Questions