The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Weird CSS Stuff in Breadcrumbs..
Okay, check out the breadcrumb bit (the navigation kinda thing above the new thread button) here. http://forums.gamesinaction.com/showthread.php?t=32
I don't know why it would be black background for just those links. I removed every single class I could see besides inline img, here's my navbar code: HTML Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"> <if condition="is_array($navbits)"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td> <td> </td> <td width="100%"> <a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a>$navbits[breadcrumb] </td> </tr> <tr> <td style="font-size:10pt; padding-top:1px" colspan="3"> <if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"> <img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /> <else /> <img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /><a style="text-decoration:none;" href="$scriptpath"><strong>$navbits[lastelement]</strong></a> </if> </td> </tr> </table> <else /> <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> </tr> </table> |
#2
|
||||
|
||||
you set a background image to the .navbar selector
HTML Code:
.navbar { background: url('images/site/content_subheader.jpg') repeat-x; color: #aaa; font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } |
#3
|
|||
|
|||
Oh shit! Haha, thanks a lot mate. What I thought at first when I looked at that was that I thought that navbar thing was for that navbar at the very top, so I never thought of changing that.
Thanks again. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|