MyBB Community Forums

Full Version: Background logo of myBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As we have seen here at this community that logo is behind the navigation menu, how is this made?? Can any body simplify to me !!

Thankyou
html:
<div id="header">
				<a class="link" href="/"></a>
				<div id="search">
					<form action="/search.php" method="get"><fieldset class="noborder"><label for="search_box"><span id="search_left"> </span></label><input name="keywords" id="search_box" title="Enter your search keywords" type="text" /><input value="Search Forum" name="submit-search" id="search_button" type="submit" /><input type="hidden" name="action" value="do_search" /></fieldset></form>

				</div>
				<div id="menu">
MENU HERE

stylesheet:
#container #header {
	background: #fff url(http://mybboard.net/assets/images/logo7.jpg) top left no-repeat;
  height: 125px;
  position: relative;
  border-bottom: 1px solid #024570;
}
#container #header a.link {
	height: 125px;
  width: 99.9%;
  display: block;
  background-position: 17px 17px;
  border-bottom: 0;
  z-index: 10;
}

etc..
Does this apply to 1.4.6 also. Think I'm doing it worng.

http://www.sidhudesign.com/extras3/mybb1....php?fid=1
No idea what I'm doing wrong?
The HTML should be edited on ACP on your selected theme template.
ACP>Templates and Style>*your theme template*>Header Templates>Header and edit the html code.

The stylesheet CSS should be edited at:
ACP>Templates and Style>Themes>*your theme*>global.css and add the CSS respectively.
Don't think about copying MyBB's though! It is illegal.

A post was made about this by DougSD. I just can't find it.
Doug never made a thread about it, i just checked.
No, I haven't made a thread, but I've said as previously as before, the theme here, code and all, is owned by us. You can't use it anywhere.
well, there is tons of menus on the web anyways, he could use.