Aşağıdaki header ve css kodlarıyla tema tam istediğim gibi, fakat üye profilindeki Ziyaretçi Mesajı, İstatistik gibi sekmeler görünmüyor.Ancak Firefox ve Chrome'da görebiliyorum.Sorun sadece internet explorer'da.
header'da en sondaki
<td class="CenterWrap">kısmını kaldırınca bu sekmeler görünüyor ama bu defa da tema tablosu bozuluyor.
Umarım anlatabildim derdimi.Yardımcı olacaklara teşekkürler şimdiden.
Header kodlarım:
<!-- logo -->
<a name="top"></a>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0" class="Wrapper">
<tr>
<td class="headerWrap"><table width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="LogoWrap"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/xx_head.gif" alt="$vboptions[bbtitle]" name="xx_logo" width="950" height="142" border="0" id="xx_logo" /></a></td>
</tr>
</table></td>
</tr>
<!-- /logo -->
<tr>
<td class="NavWrap"><!-- nav buttons bar -->
<div align="center">
<table id="navstyle" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td><a href="index.php">Anasayfa</a></td>
<td><a href="radyo.php">xx</a></td>
<td><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
<if condition="$show['registerbutton']">
<td><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<td><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" ><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
</if>
<if condition="$show['member']">
<td id="usercptools" ><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td ><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if></if>
<if condition="$show['member']">
<td ><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar --></td>
</tr>
<td class="CenterWrap">
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]CSS kodlarım:.headerWrap {
height: 142px;
background-color: #ffffff;
}
.LogoWrap {
height: 142px;
width: 408px;
}
.AfterLogo {
background-image: url(images/xx/xx_afterlogo.gif);
background-repeat: no-repeat;
height: 142px;
width: 374px;
}
.NavWrap {
height: 39px;
border-right-width: 4px;
border-left-width: 4px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #184495;
border-left-color: #184495;
background-image: url(images/xx/xx_navbg.gif);
background-repeat: repeat-x;
background-color: #2e77a9;
}
.CenterWrap {
height: 100%;
border-right-width: 4px;
border-left-width: 4px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #184495;
border-left-color: #184495;
background-color: #ffffff;
background-image: url(images/xx/back2.gif);
background-repeat: no-repeat;
}
.footWrap {
background-image: url(images/xx/xx_foot.gif);
height: 13px;
width: 782px;
background-repeat: no-repeat;
}
.Wrapper {
width: 782px;
}
#navstyle{
font-family:Tahoma;
font-size: 11px;
color: #FFFFFF;
margin-top:0px;
}
#navstyle a{font-family:Tahoma;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;}
#navstyle a:hover{font-family:Tahoma;
font-size: 11px;
color: #CCCCCC;
font-weight: bold;}
.fifalogopad {
padding-top: 7px;
padding-right: 15px;
}
.tborder2 {
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #93acd9;
border-bottom-color: #93acd9;
border-left-color: #93acd9;
}
#CatBoxR {
background-image: url(images/xx/xxCatBox_R.gif);
background-repeat: no-repeat;
height: 61px;
width: 54px;
}
.CatBoxJ {
background-image: url(images/xx/xxCatBox_J.gif);
background-repeat: no-repeat;
height: 61px;
width: 41px;
}
.CatBoxBeforeR {
height: 61px;
width: 250px;
background-image: url(images/xx/xxCatBox_bg2.gif);
background-repeat: repeat-x;
}
.CatBoxMainC {
background-image: url(images/xx/xxCatBox_Cbg.gif);
background-repeat: repeat-x;
height: 61px;
width: auto;
}
.CatBoxWrap {
height: 61px;
}
.CatBoxL {
background-image: url(images/xx/xxCatBox_L.gif);
background-repeat: no-repeat;
height: 61px;
width: 64px;
}