vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   odd problem (https://vborg.vbsupport.ru/showthread.php?t=124046)

Chadi 08-15-2006 06:48 PM

odd problem
 
1 Attachment(s)
<a href="http://www.talkjesus.com" target="_blank">http://www.talkjesus.com</a>

In Firefox 1.5x, the search and red exit/logout button appear in navbar, right side.

They do not appear in IE. Anyone knows what could possibly cause that?

Using IE7, javascript (IBM) and (SUN) both enabled.

Ntfu2 08-15-2006 08:47 PM

Can you possibly get some screen shots so everyone doesnt have to sign up.

or a test login?

Chadi 08-15-2006 08:50 PM

1 Attachment(s)
See attached screenshots

Ntfu2 08-15-2006 09:17 PM

not sure if this would cause it but start by removing your inline css to see if thats the problem

Code:

                <td id="navbar_search" height="35" width="125" bgcolor="#F5F5FF" style="border-top:1px solid #CACACA; border-bottom:1px solid #CACACA; padding-right:10px"><b>
change to
Code:

                <td id="navbar_search" height="35" width="125"><b>
Also, i'm not real sure why you did

Code:

                <td id="navbar_search" height="35" bgcolor="#F5F5FF" width="35" style="border-top:1px solid #CACACA; border-bottom:1px solid #CACACA; border-right:1px solid #CACACA; padding-right:5px">
                <div class="smallfont">
                <a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()" style="text-decoration: none; font-weight:700">
<center>
                <img border="0" src="http://talkjesus.com/images/menu/exit.gif"  alt="Logout"></a></div></center>
</td>

You'd be better off

Code:

                <td id="navbar_search" height="35" bgcolor="#F5F5FF" width="35" style="border-top:1px solid #CACACA; border-bottom:1px solid #CACACA; border-right:1px solid #CACACA; padding-right:5px">
                <div align="center">
                <a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()" style="text-decoration: none; font-weight:700">
                <img border="0" src="http://talkjesus.com/images/menu/exit.gif"  alt="Logout"></a></div>
</td>


Chadi 08-15-2006 10:23 PM

Unfortunately the problem persists even after the change was made

peterska2 08-15-2006 10:33 PM

you need to make sure that you self close your img tag by using
Code:

<img src="blah" />


All times are GMT. The time now is 02:21 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.01383 seconds
  • Memory Usage 1,719KB
  • 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
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete