MyBB Community Forums

Full Version: Looking Header Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Was wondering how would I take the menu and logo and move the to the top. I don't know much about coding but I know I have to make a div for the logo/header area and another for a menu bar. Looking to make them both auto stretch the forum. I hope this makes sense to you someone.
I see alot of themes with this on them.
It's probably better if you gave an example and possibly screenshots/diagrams. By default, the logo and menu? (I assume you mean the "Search", "Member List" etc links) are at the top of the page.
What are you trying to stretch? The logo itself? It's container?
some thing along the lines of http://adminpeak.com/themes/excite/preview.png
my own images of course

ok so after so googling and learning I did manage to get something up lol

but haveing a problem getting the images going to the top and sides completely. here is a look http://skinsnstuff.info and here is the css I added

.banner  {
   background-image:url(images/magic/banner.png);
   background-repeat:repeat-X;
   width: auto;
   height:125px;
}

.menuback  {
   background-image:url(images/magic/menu1.png);
   background-repeat:repeat-X;
   width: auto;
   height:35px;
   text: center;
}
This is solved, thank you