MyBB Community Forums

Full Version: Trying to make a footer like Afresh series, but with 1 bar only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So umm.. the problem is the bar I want isn't "sticked" with the container border. Click the attachment to see what I'm trying to do.

This is my .bottommenu CSS:

.bottommenu {
background: #1B1C1B url(images/paparanho/tcat_bg.png) top left repeat-x;
color: #ffffff;
border-top: 1px solid #000;
padding: 7px;
}

and the code for it, is in the footer templates, which is:
 <div class="bottommenu">
				<div class="float_right" style="margin-top: -5px;">{$lang_select}</div>
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><a href="#top">{$lang->bottomlinks_returntop}</a><a href="#content">{$lang->bottomlinks_returncontent}</a><a href="<archive_url>">{$lang->bottomlinks_litemode}</a><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>