
How To Change The Background Colour Of The Dynamic Menu
Subject: How To Change The Background Colour Of The Dynamic Menu
How can you change the background colour of the dynamic menu cells? As you can see the background is blue, and uses the same background (bg_th.gif) as the background behind the site's main logo. How can I change the menu cell background without changing the background behind the site's logo?


Subject: Re: How To Change The Background Colour Of The Dynamic Menu
U must change something in css
Open css of your style
find this
.
At the background: you can make like this cleaning the part of bg_th.gif url and replacing any color u want
.
OR placing anyother gif image in your image theme root and changing the url in css like this
.
This solution must allow you to change the color or image behind site logo and you must replace bg_th.gif in witch color you want for background of menu and you have two diferent images or colors
I dont know if u have understood
regards
Open css of your style
find this
.
forum-buttons {
text-align: center;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
height: 25px;
color: #E8E8EE;
background: #112244 url(images/p_blue/bg_th.gif) top left repeat-x;
border-top: solid 1px #FF5500;
border-bottom: solid 1px #FF5500;
white-space: nowrap;
text-align: center;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
height: 25px;
color: #E8E8EE;
background: #112244 url(images/p_blue/bg_th.gif) top left repeat-x;
border-top: solid 1px #FF5500;
border-bottom: solid 1px #FF5500;
white-space: nowrap;
At the background: you can make like this cleaning the part of bg_th.gif url and replacing any color u want
.
forum-buttons {
text-align: center;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
height: 25px;
color: #E8E8EE;
background: #112244;
border-top: solid 1px #FF5500;
border-bottom: solid 1px #FF5500;
white-space: nowrap;
text-align: center;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
height: 25px;
color: #E8E8EE;
background: #112244;
border-top: solid 1px #FF5500;
border-bottom: solid 1px #FF5500;
white-space: nowrap;
OR placing anyother gif image in your image theme root and changing the url in css like this
.
forum-buttons {
text-align: center;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
height: 25px;
color: #E8E8EE;
background: #112244 url(images/p_blue/test_image.gif) top left repeat-x;
border-top: solid 1px #FF5500;
border-bottom: solid 1px #FF5500;
white-space: nowrap;
text-align: center;
vertical-align: middle;
font-size: 11px;
font-weight: bold;
height: 25px;
color: #E8E8EE;
background: #112244 url(images/p_blue/test_image.gif) top left repeat-x;
border-top: solid 1px #FF5500;
border-bottom: solid 1px #FF5500;
white-space: nowrap;
This solution must allow you to change the color or image behind site logo and you must replace bg_th.gif in witch color you want for background of menu and you have two diferent images or colors
I dont know if u have understood
regards
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0829s (PHP: 19% SQL: 81%)
SQL queries: 10 - Debug Off - GZIP Enabled