PDA

View Full Version : odd problem


Chadi
08-15-2006, 07:48 PM
<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, 09:47 PM
Can you possibly get some screen shots so everyone doesnt have to sign up.

or a test login?

Chadi
08-15-2006, 09:50 PM
See attached screenshots

Ntfu2
08-15-2006, 10:17 PM
not sure if this would cause it but start by removing your inline css to see if thats the problem


<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

<td id="navbar_search" height="35" width="125"><b>

Also, i'm not real sure why you did


<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


<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, 11:23 PM
Unfortunately the problem persists even after the change was made

peterska2
08-15-2006, 11:33 PM
you need to make sure that you self close your img tag by using <img src="blah" />