The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
a line accross the navbar
on the default style....there's a thin line that runs right above my navbar. It only shows up in FF and Chrome, not in IE. It annoys the he11 out of me.
Can anyone suggest a solution? I can post my navbar code if needed. I moved my navbar code into my header section for a style I want. help? If anyone is using FF can you take a look at it. www.tunemytoyota.com above the navbar, under the header logo. |
#2
|
||||
|
||||
Your html is incorrect in that area - and notice the <if> tag:
HTML Code:
<div align="center"> <table width="980" border="0" align="center" height="20" cellpadding="0" cellspacing="0" class="border"> <tr> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <!-- nav buttons bar --><div class="tborder" style="padding:1px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="1" width="990" tr align="center"> <td class="vbmenu_control"><a href="http://www.tunemytoyota.com">Home</a></td> <td class="vbmenu_control"><a href="http://www.tunemytoyota.com/forum/index.php">Forums</a></td> <if> <td class="vbmenu_control"><a href="http://www.tunemytoyota.com/forum/register.php?" rel="nofollow">Register</a></td> <!-- PayPal Donations --><td class="vbmenu_control"><a href="http://www.tunemytoyota.com/forum/billspaypal.php?">Donate</a></td> </tr> </table> </div> |
#3
|
||||
|
||||
sooo.....all I have to do is remove that IF tag? :-D of change it to </if>
|
#4
|
||||
|
||||
No, that isn't all you have to do. Look at that code between the <div> and </div>. You have two <table> tags, but only one </table>. As I said above - your html is incorrect in that area. You need to correct it. AND you have an <if> in there. It could be it just needs to change to a </if> and everything will be fixed, but I have no idea.
|
#5
|
|||
|
|||
The actual line is caused by your div
HTML Code:
<div class="tborder" style="padding:1px; border-top-width:0px">
HTML Code:
<table width="980" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"> <tr> <td class="vbmenu_control"><a href="http://www.tunemytoyota.com">Home</a></td> <td class="vbmenu_control"><a href="http://www.tunemytoyota.com/forum/index.php">Forums</a></td> <if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="http://www.tunemytoyota.com/forum/register.php?" rel="nofollow">Register</a></td> </if> <!-- PayPal Donations --> <td class="vbmenu_control"><a href="http://www.tunemytoyota.com/forum/billspaypal.php?">Donate</a></td> </tr> </table> Hope this is what you were looking for. |
#6
|
||||
|
||||
^^ I don't understand. If I put that i there, it will throw off the order of my navbar. There's no usercp there.... sorry I don't get it. It shows up fine on IE. So how can I just get rid of that line?
sorry....I know this is prolly easy for you guys but i'm not getting why it's showing up in FF and not IE. |
#7
|
|||
|
|||
The reason it's showing up in Firefox is because your code is bad, but the line is caused by the <div> you have on there. Since it doesn't close, you could just delete that.
Since I'm a guest to your site I only see the first couple of links, if you want to use the proper code then you could just re-add the missing links. |
#8
|
||||
|
||||
all right i'm gonna give this a shot 2moro. I'll let cha know how it goes!
|
#9
|
||||
|
||||
Just for your info, the line is there in Chrome as well.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|