Not Solved Moving The Panel
#3
Not Solved
Here is my header:

<div id="container">
<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>

		<a name="top" id="top"></a>
		<div id="header">

			
	<div id="panel">
				{$welcomeblock}
			</div>
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
		</div>
			
			<hr class="hidden" />

		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />

Here is my #Panel:

#panel {
	background: #000;
              width: 350px;
              float: right;
	color: #fff;
	font-size: 11px;
	border: 1px solid #D4D4D4;
	padding: 8px;
}
Premium MyBB, Xenforo and IPB themes at great prices!
-Audentio has some amazing forum themes that are great for both small businesses and the casual forum owner.
-Click the link above to check them out!
Reply


Messages In This Thread
Moving The Panel - by MrJohn - 2011-05-26, 11:14 PM
RE: Moving The Panel - by Alan S. - 2011-05-26, 11:28 PM
RE: Moving The Panel - by MrJohn - 2011-05-26, 11:31 PM
RE: Moving The Panel - by Alan S. - 2011-05-26, 11:34 PM
RE: Moving The Panel - by MrJohn - 2011-05-26, 11:38 PM
RE: Moving The Panel - by Alan S. - 2011-05-26, 11:53 PM
RE: Moving The Panel - by MrJohn - 2011-05-27, 12:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)