MyBB Community Forums

Full Version: Formatting problems on all MAC browsers...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I'm having trouble making this code to work on any MAC browser. On any Windows browser - it works okay:

<div id="panel">
	<div class="upper">
		<div class="wrapper">
			<ul class="menu top_links">
				<li><a href="{$mybb->settings['bburl']}/search.php" class="search"">{$lang->toplinks_search}</a></li>
				<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>
				<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a></li>
			</ul>
		</div>
	</div>
</div>

It puts the page content NEAR the menu, not below it. You can check it over here live: en.ekstaze.net.
I've tried to figure this out, but unsuccessfully... :/

P.S. This is on header_welcomeblock_guest template file, Apart Twilight template, latest MyBB version.

Thanks.
I take it it's not meant to look like this?

[attachment=21970]

What exactly are you trying to do?
Well, this is a menu. For registered members this menu looks okay, as well as for Windows users. I don't know about Linux users...
Test username: user, password: password.
I'm on windows too. I'll login and see what it looks like.

EDIT: that login doesn't work.
Sorry. The login should work now.
Also the problem is there on IE7...