how do i add a background to the navbar
3 posters
Page 1 of 1
how do i add a background to the navbar
Last edited by ReBoRNz on Fri Apr 20, 2012 9:11 am; edited 3 times in total
Re: how do i add a background to the navbar
Hi,
Can you provide me the link of these Forum that has the NavBar that you have provided above?
Thanks.
Can you provide me the link of these Forum that has the NavBar that you have provided above?
Thanks.
Re: how do i add a background to the navbar
well heres a forum with a bar behind navbar, the thing i wanted: http://joezwiimodz.forumotion.com/
Re: how do i add a background to the navbar
There's different answers to this:
1. Display only images in the navbar : No (ACP >> Display >> Homepage >> Header & Navigation.
2. It may be due to the Skin (theme)
1. Display only images in the navbar : No (ACP >> Display >> Homepage >> Header & Navigation.
2. It may be due to the Skin (theme)
Re: how do i add a background to the navbar
well heres the CSS script for PunBB, can u somehow make this apply for PHPbb2:
PLEASE REPLY
- Code:
#pun-head #pun-navlinks {
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
background-color: #304154;
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/pun-na10.png");
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat-x;
border: 1px solid #1E2831;
height: 28px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
PLEASE REPLY
Re: how do i add a background to the navbar
May I remind you that double posting is not tolerated. Please wait patiently for someone who knows the question. This is your 2nd reminder about this.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: how do i add a background to the navbar
Hi!
You said your forum version is phpBB2, so: Go to Administration Panel => Display => Templates => General => overall_header => => Find this:
Then go to Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet, and add:
You said your forum version is phpBB2, so: Go to Administration Panel => Display => Templates => General => overall_header => => Find this:
- Code:
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
- Code:
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}" class="navbar">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
Then go to Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet, and add:
- Code:
.navbar{
margin-top: 15px;
margin-bottom: 15px;
width: 100%;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
background-color: #304154;
background-image: url("http://i43.servimg.com/u/f43/14/73/12/96/pun-na10.png");
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat-x;
border: 1px solid #1E2831;
height: 28px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 40px !important;
}
Guest- Guest
Re: how do i add a background to the navbar
Since this thread is marked as solved, this will be moved now. |
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» NavBar Remove Background
» [background color update]-I want the code to change the background color
» Navbar
» Navbar
» Req Navbar
» [background color update]-I want the code to change the background color
» Navbar
» Navbar
» Req Navbar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum