The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Navbar at the top of the page

2 posters

Go down

Solved Navbar at the top of the page

Post by Kiekeboe April 30th 2010, 8:38 am

Hey everyone!

The navbar is standard below the banner, how can i place it ábove the banner? So it will look like the navbar is on the top of the page? My CSS is not thát good. bwi
xxx
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

Solved Re: Navbar at the top of the page

Post by Kiekeboe May 1st 2010, 8:49 am

*Bump*
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

Solved Re: Navbar at the top of the page

Post by Kiekeboe May 2nd 2010, 6:36 pm

*Bump*
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

Solved Re: Navbar at the top of the page

Post by Kiekeboe May 4th 2010, 1:35 am

*Bump* bwi
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

Solved Re: Navbar at the top of the page

Post by ankillien May 4th 2010, 9:26 am

Hello,

You can do it by editing the templates.
Please navigate to Admin CP > Display > Templates > General > overall_header_new.

Find out the following code and remove it from there...

Code:
<tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>

Now find this code...

Code:
<tr>
         <td class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">

Right after that, put this code...

Code:
<tr>
                  <td width="100%" align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>

Now, save the templates, publish it and see if it works Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Navbar at the top of the page

Post by Kiekeboe May 4th 2010, 9:31 am

Many, many thanx ^_^
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

Solved Re: Navbar at the top of the page

Post by ankillien May 4th 2010, 11:06 am

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum