<script type="text/javascript">
<!--
lang.username = "{$lang->login_username}";
lang.password = "{$lang->login_password}";
lang.login = "{$lang->login}";
lang.lost_password = "<a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\" class=\"lost_password\">{$lang->lost_password}<\/a>";
lang.register_url = "<a href=\"{$mybb->settings['bburl']}/member.php?action=register\" class=\"register\">{$lang->welcome_register}<\/a>";
lang.remember_me = "{$lang->remember_me}";
// -->
</script>
<!-- Continuation of div(class="upper") as opened in the header template -->
<span class="welcome" id="quick_login">{$lang->welcome_guest} <a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="MyBB.quickLogin(); return false;" class="login">{$lang->welcome_login}</a> <a href="{$mybb->settings['bburl']}/member.php?action=register" class="register">{$lang->welcome_register}</a></span>
</div>
</div>
<div id="panel">
<div class="upper"><!-- This div(class="upper") is closed in the header_welcomeblock_member and header_welcomeblock_guest templates -->
<div class="wrapper">
<ul class="menu top_links_diff">
<li><a href="link">Name</a></li>
<li><a href="link">Name</a></li>
<li><a href="link">Name</a></li>
<li><a href="link">Name</a></li>
<li><a href="link">Name</a></li>
<li><a href="link">Name</a></li></ul>
</ul>
</div>
When without this menu, it looks okay, however... And it looks like that only on IE7 or any MAC browser.
I think that there is no line break, I've tried adding <br /> though, but it didn't work apparently.
If you need a live version of it, I could possible put the faulty code in and let you check it, but I'd rather not to, because there are visitors who uses IE7.

New Topic/Question
Reply



MultiQuote




|