Anzeigefehler im Firefox

tacef

Mitglied
Guten Tag

Ich hab mir gerade ein Forum installiert und hab ein problem entdeckt beim Style.

http://tacef.bplaced.net/forums

Der Header ist beim Firefox verschoben, im IE wird er richtig Angezeigt.

Hab schon im Woltlab Supportforum gepostet aber das ist für wbb2.3.x mehr oder weniger Tod.

Weis wer, wie ich das fixen könnte?
 
Hi,

versuch es mal mit der display:block-Deklaration für die betroffenen Grafikelemente.

mfg Maik
 
Ich habe IE 6 - 8 und FireFox 3 - 3.0.11. Bei allen dasselbe.

Ich hab mal style="display:block;" eingebaut, allerdings verschiebt sich dann das ganze Layout total.
 
An das hab ich auch schon gedacht Maik, hat aber auch keine Änderung bewirkt.

Vielleicht hilft ja der Template Code:

PHP:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr style="background-image:url({$style['imagefolder']}/Header_BG.gif);"> 
    <td width="98%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="272" height="107"><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a><img src="{$style['imagefolder']}/oltlab.gif" alt="" width="175" height="106" /></td>
          <td><div align="right"><img src="{$style['imagefolder']}/buttonbar.gif" alt="" width="101" height="106" /></div></td>
        </tr>
      </table></td>
    <td width="2%"><table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" style="background-image:url({$style['imagefolder']}/button_BG.gif);">
        <tr> 
          <td height="14"></td>
        </tr>
        <tr> 
          <td id="buttons"><if($wbbuserdata['userid'])><then><a href="usercp.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_usercp.gif" onmouseover="this.src='{$style['imagefolder']}/top_usercp_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_usercp.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a><a href="pms.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_pms.gif" onmouseover="this.src='{$style['imagefolder']}/top_pms_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_pms.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then><else><a href="register.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_register.gif" onmouseover="this.src='{$style['imagefolder']}/top_register_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_register.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if><a href="calendar.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_calendar.gif" onmouseover="this.src='{$style['imagefolder']}/top_calendar_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_calendar.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a><a href="memberslist.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_members.gif" onmouseover="this.src='{$style['imagefolder']}/top_members_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_members.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a><a href="team.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_team.gif" onmouseover="this.src='{$style['imagefolder']}/top_team_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_team.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a><a href="search.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/top_search.gif" onmouseover="this.src='{$style['imagefolder']}/top_search_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_search.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a><a href="misc.php?action=faq{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/top_faq.gif" onmouseover="this.src='{$style['imagefolder']}/top_faq_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_faq.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a><a href="#" onclick='window.open("chat.php", "wBBChatWindow", "toolbar=no,scrollbars=no,resizable=yes,width=800,height=600");'><img src="{$style['imagefolder']}/top_chat.gif" onmouseover="this.src='{$style['imagefolder']}/top_chat_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_chat.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_CHAT']}" title="{$lang->items['LANG_GLOBAL_CHAT']}" /></a><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" onmouseover="this.src='{$style['imagefolder']}/top_acp_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_acp.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if><if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" onmouseover="this.src='{$style['imagefolder']}/top_modcp_over.gif';" onmouseout="this.src='{$style['imagefolder']}/top_modcp.gif';" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if></td></tr>
        <tr> 
          <td><div align="right"><img src="{$style['imagefolder']}/corner_right.gif" alt="" width="33" height="46" /></div></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td align="center" width="100%">
      <br />
 
Zuletzt bearbeitet:
Zurück