Results 1 to 4 of 4

Thread: Strange behaviour when selecting image with link

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Strange behaviour when selecting image with link

    Here is a page in question http://www.theremotedoctor.co.uk/acc...llto=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 ?

  2. #2
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    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:

    Code:
     hspace=3
    This should be:

    Code:
     hspace="3"
    It may not fix the problem, but they do need to be changed.

  3. The Following User Says Thank You to styxlawyer For This Useful Post:

    theremotedr (02-22-2016)

  4. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    I have now changed that so starting to test/look for answers.

    Thanks

  5. #4
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    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.

Similar Threads

  1. strange js/css behaviour
    By kobo1d in forum JavaScript
    Replies: 1
    Last Post: 08-11-2013, 09:38 PM
  2. Strange IE/OPERA behaviour
    By kobo1d in forum JavaScript
    Replies: 2
    Last Post: 05-16-2010, 03:27 PM
  3. ddlevelsmenu + FF 3.5 = strange behaviour
    By festafotra in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 09-26-2009, 12:45 PM
  4. Strange Behaviour with Popup information Box
    By Trevzilla in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 06-10-2008, 02:25 PM
  5. Cool DHTML tooltip strange behaviour
    By fatluke in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 05-17-2007, 03:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •