The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[SOLVED] How do I add a background image to my navigation bar? phpBB2

3 posters

Go down

Solved [SOLVED] How do I add a background image to my navigation bar? phpBB2

Post by BrickMaster May 25th 2010, 2:04 am

I would like to know how to add a background image to my navigation bar. I'm using phpBB2 as I mentioned in the thread title so I can add a code to my templates if you have one.

Thanks.
BrickMaster


Last edited by BrickMaster on May 28th 2010, 1:05 am; edited 1 time in total
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Solved Re: [SOLVED] How do I add a background image to my navigation bar? phpBB2

Post by BrickMaster May 26th 2010, 7:23 pm

Bump - Anyone?
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Solved Re: [SOLVED] How do I add a background image to my navigation bar? phpBB2

Post by MemHT May 26th 2010, 9:23 pm

Code:
.mainmenu {
background-image: url('http://s8.directupload.net/images/091211/tmme33dq.png');
background-repeat: repeat-x;
padding-right: 16px;
padding-left: 17px;
margin-left: -13px;
color: #ffffff;
font-size: 13px;
font-weight : bold;
}
a.mainmenu{
text-decoration: none;
color : #ffffff;
}
a.mainmenu:hover{
background-image: url('http://s3.directupload.net/images/091211/gioc9ss6.png');
background-repeat: repeat-x;
padding-right: 15px;
padding-left: 17px;
margin-left: -13px;
color: #ffffff;
font-size: 13px;
font-weight : bold;
text-decoration: none;
}

Deleting pictures of navigation is required. Wink
avatar
MemHT
New Member

Male Posts : 5
Reputation : 0
Language : Turkish
Location : Turkey

http://destek.yetkinforum.com

Back to top Go down

Solved Re: [SOLVED] How do I add a background image to my navigation bar? phpBB2

Post by BrickMaster May 28th 2010, 1:04 am

Thank you that worked great. Smile
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Solved Re: [SOLVED] How do I add a background image to my navigation bar? phpBB2

Post by Sanket May 28th 2010, 5:46 am

Since this thread is marked solved, I will lock this thread.
[SOLVED] How do I add a background image to my navigation bar? phpBB2 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum