You can edit the menu in header.tpl file
You can also change the color of the menu has several templates. Just change the line of header.tpl:
<div class = “menu bubplastic horizontal red”
instead of red, putting blue, orange, aqua
Hi Shacker,
You’ve made a very beautiful template, I want to know how to make the horizontal nav button also turn to red when clicked? right now the button just turn to red when on hover only…
what code should I add to the menustyle.css?
You can edit the menu in header.tpl file
You can also change the color of the menu has several templates. Just change the line of header.tpl:
<div class = “menu bubplastic horizontal red”
instead of red, putting blue, orange, aqua
Hi Shacker,
You’ve made a very beautiful template, I want to know how to make the horizontal nav button also turn to red when clicked? right now the button just turn to red when on hover only…
what code should I add to the menustyle.css?
TIA
In css, only change the color when the pointer is over the menu. The clic instance is used in FLASH only.
In css, only change the color when the pointer is over the menu. The clic instance is used in FLASH only.
Hi shacker,thanks for reply
I mean how to turn the color when clicked not just on hover only?
right now when it clicked,it still not turning the color from black to red.
what code should I add to css?