Hi,
I am having a problem when trying to create a menu like this...
----------------------------
| |
| PROFILE |
| |
----------------------------
| |
| PRODUCTS |
| |
----------------------------
| |
| SERVICES |
| |
----------------------------
| |
| SUPPORT |
| |
----------------------------
This is a vertical menu, that lies on the left hand side of my webpage. When a user goes of the first menu item Profile, I try to evoke a layer(<div>) that covers all the other menu items such as Products, Services and Support and displays the sub links of Profile. Now it might look like this
----------------------------
| |
| PROFILE |
| |
----------------------------
| (history) |
----------------------------
| (mission) |
----------------------------
| (vision) |
----------------------------
| (corporate info) |
----------------------------
| |
| SUPPORT |
| |
----------------------------
This I have done on an onMouseOver ShowLayer event, but when I try to go to the other sub links in Profile layer, the layer must be there but when I take my mouse pointer outside, the layer must disappear and show the previous defualt menu. The same applies for all other Menu items also.
Kindly help me out...
Tommcat
I am having a problem when trying to create a menu like this...
----------------------------
| |
| PROFILE |
| |
----------------------------
| |
| PRODUCTS |
| |
----------------------------
| |
| SERVICES |
| |
----------------------------
| |
| SUPPORT |
| |
----------------------------
This is a vertical menu, that lies on the left hand side of my webpage. When a user goes of the first menu item Profile, I try to evoke a layer(<div>) that covers all the other menu items such as Products, Services and Support and displays the sub links of Profile. Now it might look like this
----------------------------
| |
| PROFILE |
| |
----------------------------
| (history) |
----------------------------
| (mission) |
----------------------------
| (vision) |
----------------------------
| (corporate info) |
----------------------------
| |
| SUPPORT |
| |
----------------------------
This I have done on an onMouseOver ShowLayer event, but when I try to go to the other sub links in Profile layer, the layer must be there but when I take my mouse pointer outside, the layer must disappear and show the previous defualt menu. The same applies for all other Menu items also.
Kindly help me out...
Tommcat