Roll over images on Mobile

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
scanner
 
 
Posts: 10
Joined: Fri Dec 28, 2007 12:14 pm
Location: Australia
Contact:

Roll over images on Mobile

Post by scanner »

Hi There,
Using rollover images to save space, all fine on 1024 and 768 but when I use rollover image in mobile as a user, after the second touch on the image it shoot up to the top of the page if the image is down the page somewhat. Is there a way to keep the image in view without it shooting up to the top of the page after touching it more than twice.
scanner
 
 
Posts: 10
Joined: Fri Dec 28, 2007 12:14 pm
Location: Australia
Contact:

Re: Roll over images on Mobile

Post by scanner »

I was just thinking, maybe I am placing a rollover image inside a layer and that layer is inside another layer.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Roll over images on Mobile

Post by Pablo »

This is most likely related to a missing URL in the link. So, by default it is anchored to the top of the page.

You can try to add this in the URL:

Code: Select all

javascript:void(0)
Post Reply