Log in

View Full Version : Strange behaviour when selecting image with link



theremotedr
02-22-2016, 09:56 AM
Here is a page in question http://www.theremotedoctor.co.uk/accaudi.html?scrollto=selection
Pc works fine.
When using an ios device "not tested on other mobiles" if i select the red email logo it should open up my email,like other pages do but on this page it pops up a message asking if i would like to call then tel number displayed.
This tel number is from the tel logo to its left.
Looking at it carefully when you select email you can see a dark shadow which shows both being selected.
I have then copied the code from a working page and put it on this page in question but the same.

Can you see why this is happening ?

styxlawyer
02-22-2016, 04:25 PM
Although "hspace" for images is deprecated (you should be using CSS for this), it will still work. However, in all of those links you have:



hspace=3


This should be:



hspace="3"


It may not fix the problem, but they do need to be changed.

theremotedr
02-22-2016, 04:39 PM
I have now changed that so starting to test/look for answers.

Thanks

theremotedr
02-23-2016, 12:34 PM
Hi,
Code changed as advised,thanks.
I still see it happen now & again.

Ive made the area between / below other icons a little more apart but still see this happen.
The images used are png & then shadow applied using css.
What selecting one image also selectes another im stumped.
I will continue testing this with different images etc.