how to change template of member menu bar ( chat bar) ..on bottom..it appear after login..
i just want to change the colour..and increase the height...
which file i have to edit for this..
how to change template of member menu bar ( chat bar) ..on bottom..it appear after login.. i just want to change the colour..and increase the height... which file i have to edit for this..
|
general.css is the file. https://www.deanbassett.com |
check general.css div.extra_top_menu table.fixed_menu Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
check general.css div.extra_top_menu table.fixed_menu hi .. i didn't find "div.extra_top_menu table.fixed_menu" is this code related to that: div.adm-tm-item { |
There is some interaction between CSS for the menus. For example, the CSS that controls font size for submenus will also affect the font size in the member menu bar. I also found out that the table used in the menu bar for the actions is set dynamically by javascript; when I increase the font size it caused my member menu bar to double in height because of the width of that table. I don't know what it is using to determine that the table should be some size based on something else or maybe it is not calculated. I was never sure of the exact javascript code doing the setting of the width. So, to make a long story short, there may be several things that will need to be adjusted as you work on changing the member menu bar. Geeks, making the world a better place |
There is some interaction between CSS for the menus. For example, the CSS that controls font size for submenus will also affect the font size in the member menu bar. I also found out that the table used in the menu bar for the actions is set dynamically by javascript; when I increase the font size it caused my member menu bar to double in height because of the width of that table. I don't know what it is using to determine that the table should be some size based on something else or maybe it is not calculated. I was never sure of the exact javascript code doing the setting of the width. So, to make a long story short, there may be several things that will need to be adjusted as you work on changing the member menu bar. can i atleast change the colour from grey to orange or black..will it be easy...where i have to edit to change the colour ..in css or html..somewhere.. |