vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Nav Buttons Bar FF Glitch (https://vborg.vbsupport.ru/showthread.php?t=260583)

Judger21 03-18-2011 07:27 AM

Nav Buttons Bar FF Glitch
 
1 Attachment(s)
Hello,

I'm having issues determining what is causing a minor glitch on my website. My navigation buttons bar is a little out of line when viewing my website on FireFox. I've done a lot of modifying and I'm not sure where it happened.

I also have went through the backup code and didn't find any irregularities.

Attached is a SS of the glitch. The navbar is in line perfectly on other browsers.

Below is also my navbar code. I'm guessing it's a css issue but I'm not sure why it would affect only one browser.

Code:

<!-- nav buttons bar -->
<tr>
        <td style="border: none; padding: 0;"><table border="0" cellspacing="0" cellpadding="0" width="100%">
        <tr>
                <td width="9" align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/nav_top_left.gif" width="9" height="2" border="0" alt="" /></td>
                <td width="100%" class="navbar-top-row"><img src="$vboptions[cleargifurl]" width="1" height="3" border="0" alt="" /></td>
                <td width="9" align="left" valign="bottom"><img src="$stylevar[imgdir_misc]/nav_top_right.gif" width="9" height="2" border="0" alt="" /></td>
        </tr>
        </table></td>
</tr>
<tr>
        <td class="navbar-row" align="center"><table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" class="navbar-row-table">
        <tr align="center" class="vbmenu_dark">
                <td width="9" align="right" style="padding: 0;"><img src="$stylevar[imgdir_misc]/nav_left.gif" width="9" height="21" border="0" alt="" /></td>
                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="/index.php">Home</a></td>
                        <td id="mypopupmenu" class="vbmenu_control"><a href="#mypopupmenu">Forums</a> <script type="text/javascript"> vbmenu_register("mypopupmenu"); </script></td>

Any help would be appreciated!

Judger21 03-18-2011 05:10 PM

Bump . :)

--------------- Added [DATE]1300506052[/DATE] at [TIME]1300506052[/TIME] ---------------

Please anyone? :)

BirdOPrey5 03-19-2011 04:21 PM

:confused: I don't see anything wrong with the navbar in your screenshot... ?

Judger21 03-20-2011 03:59 AM

It's a little "jagged". I've got two images on each side of the flat part of the bar, and they are a pixel lower than the middle part. If that makes sense.. You can go to http://big12beat.com and see for yourself (if on FF).

BirdOPrey5 03-20-2011 12:08 PM

I see it now... You have those <td>'s of width=9 on the very ends of that bar to do your rounded edges... In firefox your bottom line doesn't go into those end td's, but in other browsers, it does.

I would try adding class="vbmenu_control" to those two <td>'s on the ends and see what happens.

Judger21 03-21-2011 06:46 AM

1 Attachment(s)
Quote:

Originally Posted by BirdOPrey5 (Post 2175404)
I see it now... You have those <td>'s of width=9 on the very ends of that bar to do your rounded edges... In firefox your bottom line doesn't go into those end td's, but in other browsers, it does.

I would try adding class="vbmenu_control" to those two <td>'s on the ends and see what happens.

Thanks for the response.

I tried class="vbmenu_control" and it didn't really change anything. I'll attach an updated SS and what I changed the code to. I went ahead and changed it back.

Code:

<tr>
        <td style="border: none; padding: 0;"><table border="0" cellspacing="0" cellpadding="0" width="100%">
        <tr>
                <td class="vbmenu_control" width="9" align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/nav_top_left.gif" width="9" height="2" border="0" alt="" /></td>
                <td width="100%" class="navbar-top-row"><img src="$vboptions[cleargifurl]" width="1" height="3" border="0" alt="" /></td>
                <td class="vbmenu_control" width="9" align="left" valign="bottom"><img src="$stylevar[imgdir_misc]/nav_top_right.gif" width="9" height="2" border="0" alt="" /></td>
        </tr>
        </table></td>
</tr>


Lynne 03-21-2011 03:27 PM

Change your "padding: 0" to "padding: 0 0 3px"

Judger21 03-21-2011 03:39 PM

1 Attachment(s)
Here?

Code:

<tr>
        <td style="border: none; padding: 0 0 3px;"><table border="0" cellspacing="0" cellpadding="0" width="100%">
        <tr>
                <td width="9" align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/nav_top_left.gif" width="9" height="2" border="0" alt="" /></td>
                <td width="100%" class="navbar-top-row"><img src="$vboptions[cleargifurl]" width="1" height="3" border="0" alt="" /></td>
                <td width="9" align="left" valign="bottom"><img src="$stylevar[imgdir_misc]/nav_top_right.gif" width="9" height="2" border="0" alt="" /></td>
        </tr>
        </table></td>
</tr>

Result is attached.

Lynne 03-21-2011 03:48 PM

Right here where the problem image is (and the one on the other side):
HTML Code:

<tr align="center" class="vbmenu_dark">
                <td width="9" align="right" style="padding: 0;"><img src="images/ca_evo_black/misc/nav_left.gif" width="9" height="21" border="0" alt="" /></td>
               


Judger21 03-23-2011 02:11 AM

Quote:

Originally Posted by Lynne (Post 2175838)
Right here where the problem image is (and the one on the other side):
HTML Code:

<tr align="center" class="vbmenu_dark">
                <td width="9" align="right" style="padding: 0;"><img src="images/ca_evo_black/misc/nav_left.gif" width="9" height="21" border="0" alt="" /></td>
               


Thanks again for your continued help..

This didn't work either, unfortunately. Result was the same as the above ss.


All times are GMT. The time now is 12:57 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01046 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete