PDA

View Full Version : Navbar size one colour


Xencored
02-25-2009, 08:59 AM
Hi all am trying to get my (bottom Navbar links) the same size at the top one plus am trying to use this colour http://animeisland.co.uk/forum/anime/center_tile_blue.gif so i matches this same can anyone help me i realy cant seem to do it :(

95475

This is the bottom links code



<!-- Navbar Links -->


<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">

<td class="vbmenu_control"><a href="http://animeisland.co.uk/cmps_index.php">Home</a></td>

<td class="vbmenu_control"><a href="http://animeisland.co.uk/forum/index.php">Forums</a></td>


<td class="vbmenu_control"><a href="http://animeisland.co.uk/forum/online.php">Whos Online</a></td>


<td class="vbmenu_control"><a href="http://animeisland.co.uk/forum/forumdisplay.php?do=markread">Mark Forums Read</a></td>

<td class="vbmenu_control"><a href="http://animeisland.co.uk/forum/arcade.php?">Arcade</a></td>
<td class="vbmenu_control"><a href="http://animeisland.co.uk/forum/video.php">Videos</a></td>

<td class="vbmenu_control"><a href="http://animeisland.co.uk/forum/misc.php?do=cybareginv">Invite Friends</a></td>

</tr>
</table>
</div>
<!-- / Navbar Links -->

Xencored
02-25-2009, 01:54 PM
anyone any ideas? on this i still cant seem to get the bugger right :erm:

Lynne
02-26-2009, 01:55 PM
Take a look at the source code for the top navbar and use the same class and such for the bottom navbar. Since all we have is a picture, that is really the only advice I can give you.

Xencored
02-26-2009, 02:00 PM
Take a look at the source code for the top navbar and use the same class and such for the bottom navbar. Since all we have is a picture, that is really the only advice I can give you.

Thank you Lynne if its any good to you my top bar is this Mod (https://vborg.vbsupport.ru/showthread.php?t=203521)

Cheers

is this this class bit mate?

/*"""""""" (MAIN) Container Edit Picture URL Here :-) """"""""*/
#qm0
{
padding:5px;
background-image:url(http://i475.photobucket.com/albums/rr114/ukbusinesslive/center_tile_blue.gif);
border-width:1px;
border-style:solid;
border-color:#eeeeee;
}

Lynne
02-26-2009, 02:22 PM
View the source code and then copy the class and such from that navbar.

edit: That may be the class they are using - again, view the source code. Then change your class to be the same that they are using.

Xencored
02-26-2009, 02:35 PM
View the source code and then copy the class and such from that navbar.

edit: That may be the class they are using - again, view the source code. Then change your class to be the same that they are using.

i get them same as my other post mate and this source code is huge



my php skills suck mate i have no idea what your trying to get me to look for

the only bit i see with navbar is this bit but it dont say class anything

.navbar
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;

Lynne
02-26-2009, 03:18 PM
Look for a line similar to this in the source code:

<td class="xxxx"><a href="http://animeisland.co.uk/xxxx.php">Anime Streaming</a></td>

Anime Streaming is from the top nav bar, so let's see the source code for it.

Xencored
02-26-2009, 10:46 PM
Look for a line similar to this in the source code:

<td class="xxxx"><a href="http://animeisland.co.uk/xxxx.php">Anime Streaming</a></td>

Anime Streaming is from the top nav bar, so let's see the source code for it.

Hi mate it dont have anything like that in the top navbar source code only one which says class is this one

<li><a class="qmparent" href="javascript:void(0)">MY CONTROL PANEL</a>


Thanks

Lynne
02-26-2009, 11:27 PM
That's odd cuz your picture shows a link in your top navbar that says "Anime Streaming" You can try changing the class for your navbar links to qmparent and see if that makes it how you want.

Xencored
02-26-2009, 11:37 PM
Update ive done it but i cant center the links on both linkbars =/