Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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?


 image1
 



 
tc1967ukSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: How To Change The Background Colour Of The Dynamic Menu 
 
U must change something in css

Open css of your style

find this

.
Code: [Download] [Hide] [Select]
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;


At the background: you can make like this cleaning the part of bg_th.gif url and replacing any color u want

.
Code: [Download] [Hide] [Select]
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;


OR placing anyother gif image in your image theme root and changing the url in css like this

.
Code: [Download] [Hide] [Select]
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;



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
 



 
keanySend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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


  

 

  cron