View Full Version : Navbar
goshalim
08-18-2009, 02:02 AM
Hi,
How can i delete and create a complitely new Navbar for my forum?
It seems that the coding on the one i have is not enough to make some changes so
i need to build a new from the begining.
Is that possible please
HMBeaty
08-18-2009, 02:09 AM
Revert your navbar template and edit like that, or just edit it as it is.
blind-eddie
08-18-2009, 02:12 AM
Navbars are easy to edit, no need to delete it.
Remember, there are hooks in the navbar. Removing them may effect default & added mods functionality.
metalguy639
08-18-2009, 04:20 AM
Hi,
How can i delete and create a complitely new Navbar for my forum?
It seems that the coding on the one i have is not enough to make some changes so
i need to build a new from the begining.
Is that possible please
What changes are you trying to make and what do you need to have in the navbar area. maybe I can help you.
goshalim
08-18-2009, 04:49 AM
The problem is that this specific navbar cannot be center. I have checked the code and the oly thing that can do is to go either right or left.
I have tried all posisible html codes to center it but its not working,
SO i was thinking if deleting it and make a new one
metalguy639
08-18-2009, 05:01 AM
The default navbar is doing this? Or a new navbar that you are working on installing? If the default does it then there is some code somewhere that is not agreeing. Perhaps look and see if you have a code for a float option in your css of your new navbar. This is most likely causing your navbar to go one way or the other and not center. You maybe able to take out the float and center the navbar in the css.
goshalim
08-20-2009, 01:41 AM
Hi ,
Its not the default that is doing this,but the new one. I have checked and tried myself adding some HTML code to center it on the CSS but unfortunately it didnt work.
Asking also about this in a previus tipoc here . i was told that sometimes they have limitations on css.
blind-eddie
08-20-2009, 02:35 AM
Add your entire navbar template here, but please, rap it in code brackets.
kNeeLy
08-20-2009, 02:44 AM
On a side note... Does anyone know how to put the navbar underneith the header logo and above the welcome box ? I've tried moving the whole navbar code to the bottom of the header templete but that didn't work...
blind-eddie
08-20-2009, 02:50 AM
On a side note... Does anyone know how to put the navbar underneith the header logo and above the welcome box ? I've tried moving the whole navbar code to the bottom of the header templete but that didn't work...
Start a new Thread & ask it there, this is goshalims Thread.
This conversation could get lengthly.
goshalim
08-20-2009, 06:26 AM
/* ***** Postbit Legacy layout ***** */
.pbit {
padding-left: 1px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 2px;
background-color: #F9FFCC;
border-top: 1px solid #A9E800;
border-right: 1px solid #A9E800;
border-left: 1px solid #A9E800;
border-bottom: 1px solid #A9E800;
margin-bottom: 5px;
}
/* ***** Top menu * *****/
#MainMenu
{
padding-left: 120px;
height:33px;
margin:0;
border:0;
}
#tab
{
margin:0;
top:0;
}
#tab ul
{
margin:0;
padding:0;
list-style:none;
float:left;
}
#tab li
{
display:inline;
float:left;
margin:0;
padding:0;
}
#tab a
{
background:#000000 url("forum/bright_066w.gif") no-repeat right top;
margin:0;
padding:0;
text-decoration:none;
border:0;
display:block;
float:left;
}
#tab a span
{
display:block;
background:url("forum/bleft_066w.gif") no-repeat left top;
padding:0 15px 0 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11;
color:#FFFC00;
font-weight:bold;
line-height:33px;
}
#tab a:hover,#tab li.item_active a
{
background-position:left bottom;
border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span
{
background-position:right bottom;
color:#FFFFFF;
font-weight:bold;
font-style:normal;
text-decoration:none;
}
.dropmenudiv
{
position:absolute;
top:0;
float:left;
display:block;
visibility:hidden;
border:0 solid #FDB300;
background: #FFFFFF url("forum/bmid_066w.gif");
color:#FFFC00;
z-index:100;
text-decoration:none;
padding:0;
}
.dropmenudiv ul
{
margin:0;
padding:0;
list-style:none;
}
.dropmenudiv li
{
display:inline;
margin:0;
padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
width:180px;
margin:0;
padding:0;
display:block;
border:0 solid ;
color:#FFFC00;
background:url("forum/bleft_066w.gif") no-repeat left top;
font-weight:bold;
font-style:normal;
text-decoration:none;
}
.dropmenudiv a span
{
float:left;
display:block;
line-height:33px;
background:url("forum/bright_066w.gif") no-repeat right top;
padding:0 15px 0 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11;
color:#000000;
}
.dropmenudiv a span
{
float:none;
}
.dropmenudiv a:hover
{
border:0 solid #FF9300;
background-position:left bottom;
font-weight:bold;
font-style:normal;
text-decoration:none;
color:#FFFFFF;
}
.dropmenudiv a:hover span
{
background-position:right bottom;
color:#FFFFFF;
font-weight:bold;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.