- Posts: 50
- Thank you received: 1
Goes back to BG1 after choosing
-
ikkezelluf
Inactive member -
Topic Author
- Member
-
Less
More
12 years 3 months ago #24966
by ikkezelluf
Goes back to BG1 after choosing was created by ikkezelluf
When i hover above a menu-item the images changes to bg2 etc...., that's good.
When i choose a menu-item bij clicking it (or a sub-menu-item) the image turn back to bg1. I want, when clicked on it, that the corresponding image (bg2 etc....) is in front.
Pleas look at www.black-bone.nl , you see what i mean.
Thnx,
Wim
When i choose a menu-item bij clicking it (or a sub-menu-item) the image turn back to bg1. I want, when clicked on it, that the corresponding image (bg2 etc....) is in front.
Pleas look at www.black-bone.nl , you see what i mean.
Thnx,
Wim
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #24981
by ivan.milic
Replied by ivan.milic on topic Goes back to BG1 after choosing
You want to activate items on click rather than on mouse hover? You can select that in activation parameter for flashes menu in template settings
Please Log in to join the conversation.
-
ikkezelluf
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 50
- Thank you received: 1
12 years 3 months ago #24984
by ikkezelluf
Replied by ikkezelluf on topic Goes back to BG1 after choosing
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #24995
by ivan.milic
Replied by ivan.milic on topic Goes back to BG1 after choosing
Open templates\hot_flashes\flashes_menu\menu.js
around line 82:
jQuery('#flashes > li > a').mouseover(function(e){
change to
jQuery('#flashes > li > a').click(function(e){
around line 82:
jQuery('#flashes > li > a').mouseover(function(e){
change to
jQuery('#flashes > li > a').click(function(e){
The following user(s) said Thank You: ikkezelluf
Please Log in to join the conversation.
Time to create page: 0.158 seconds