MyBB Community Forums

Full Version: different views in firefox and explorer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello all i install new theme a freshflame and do some changes in templates>header_welcomeblock_member to show the gamesection on toplink , its ok in firefox but in xplorer its not looking gud pls tell me how to fix it

[Image: ab2peh.gif]
here is the code of header_welcomeblock_member
i make the changes in red

======================================================
<div class="upper_panel">
<span class="float_right">
<a href="{$mybb->settings['bburl']}/games.php"><img src="{$mybb->settings['bburl']}/games/images/games.png" alt="" />&nbsp;{$lang-> gamesection}</a>
<a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a>
<a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a>
<a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a>
<a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></span>
<span>{$lang->welcome_back}
<a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>

</div>
<div class="lower_panel">
<span class="float_right">
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a><a href="{$mybb->settings['bburl']}/private.php" style="margin-right: 0;">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</span>
<span><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp">{$lang->welcome_usercp}</a>{$modcplink}{$admincplink}</span>
</div>
=======================================================

please tell me how to fix it
What version of IE is it?? If it's 6, and that image is a transparent PNG, it won't display properly.
(2010-05-16, 06:40 PM)MattRogowski Wrote: [ -> ]What version of IE is it?? If it's 6, and that image is a transparent PNG, it won't display properly.

Yes it is IE 6 and image is also PNG can u pls guide me what to do to display it properly on IE 8...?
It should be fine in IE8, IE6 just can't display transparent PNGs properly.
(2010-05-16, 07:42 PM)MattRogowski Wrote: [ -> ]It should be fine in IE8, IE6 just can't display transparent PNGs properly.


Thanks alot MattRogowski Smile