MyBB Community Forums

Full Version: Put a background behind the logo and top menu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey!

I want to know how I can put a background behind the logo and top menu just like this site: http://forumsource.org/

This is my site at the moment: teachgalaxy.com

As you can see I've just started to design the theme.

Thanks.
Did you remove my theme's copyright? I'd appreciate if you didn't...

Either way, since I'm nice, I'll help you out.

#header {
background:url('yourimagelinkhere');
}
Thanks! Nope, I didn't remove. I'm not even using your theme, I'm working on the default theme. But I thought your theme was nice. I liked the header bit a lot.

Does the code also apply for the top menu? And I should write that code in theme - advanced mode, right?
Well you took the logo out of the container, which means you'll have to put the header where the logo is.

It should look something like...

<div id="header">
        <div id="logo">
</div>
</div>

The logo should be inside of the header div, which now needs to be at the top of your header template since you've moved it outside of the container.
Thank you so much, it worked! And don't worry about using your background, I will change it very soon. This is just a test to see how it works! Thanks again! Smile
I don't even see that you're using my background, my background is different than that.

Either way, you're using the thead images and things from the first version of Pro Blue, so it's okay.
(2011-08-03, 03:19 PM)El Pistolero Wrote: [ -> ]Hey!

I want to know how I can put a background behind the logo and top menu just like this site: http://forumsource.org/

This is my site at the moment: teachgalaxy.com

As you can see I've just started to design the theme.

Thanks.

How have you gotten those bars for your forum?:
http://screensnapr.com/v/qDMK4I.png
(2011-08-03, 03:45 PM)Insidious Wrote: [ -> ]I don't even see that you're using my background, my background is different than that.

Either way, you're using the thead images and things from the first version of Pro Blue, so it's okay.
Yeah, I meant that one. Don't worry, I will change everything soon. I am on vacation and don't have access to Photoshop.

(2011-08-03, 03:52 PM)Premier Gamerz Wrote: [ -> ]How have you gotten those bars for your forum?:
http://screensnapr.com/v/qDMK4I.png
You can get these from either MyTabs at mybb.com or Tabbed Menu from MyBBCentral (You have to pay for the Tabbed Menu at MyBBCentral though)
I wouldn't recommend getting the MyTabs though, there's a security hole right now.

People can use it to get your administrator username and password.

You can find more information on it at Exploit-DB.
(2011-08-03, 04:06 PM)El Pistolero Wrote: [ -> ]
(2011-08-03, 03:45 PM)Insidious Wrote: [ -> ]I don't even see that you're using my background, my background is different than that.

Either way, you're using the thead images and things from the first version of Pro Blue, so it's okay.
Yeah, I meant that one. Don't worry, I will change everything soon. I am on vacation and don't have access to Photoshop.

(2011-08-03, 03:52 PM)Premier Gamerz Wrote: [ -> ]How have you gotten those bars for your forum?:
http://screensnapr.com/v/qDMK4I.png
You can get these from either MyTabs at mybb.com or Tabbed Menu from MyBBCentral (You have to pay for the Tabbed Menu at MyBBCentral though)
Well I got one but the tabs look really weird. They aren't boxes like that, I don't know if I have the wrong code or what
Pages: 1 2