Hi everyone.
i just finish my website , and right now everything look nice.
but i still have some problem wuth rollover images
this is the page with the problem: http://www.lazzarotti3dartist.com/skills.html
if you stand over the image with mouse on the website,the website show the rollover image...and this is ok.
what i dont like its the possibility to "click" the images, images cannot be clicked by mouse in desktop version, maybe will be nice
just in mobile version for reveal the second image, but not in this desktop version, and i dont find any option for disable this features.
how i can do?
Rollover link and page
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Rollover link and page
This is normal browser behavior.
Mobile devices do not have 'mouseover' functionality, so that is why it works different.
On a touch screen the first click activates the rollover image and the second click follows the link.
Mobile devices do not have 'mouseover' functionality, so that is why it works different.
On a touch screen the first click activates the rollover image and the second click follows the link.
Re: Rollover link and page
that mean i cannot disable that features in desktop version? i if click the rollover image the website move on top...without any reason
Re: Rollover link and page
If you are wanting to disable when someone clicks and it reloads the page (since none of the images actually link anywhere) you could try adding the following in the link field:
Code: Select all
javascript:void(0);
Re: Rollover link and page
wow, work so good!! thanks, this solve my problem!