Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image options in iOS device

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42440
    alexluttor
    Participant

    I’m pretty stuck and would really appreciate some expertise advice ;))

    On a newsletter building (css coded) I’ve used some self created images to href somewhere else. I’ve also used some images from softicons.com whose redirection is working properly, but with my own’s, the copy – share – print menu of the iphone device is shown instead of following the URL. Working properly in a computer… Already used webkit-user-select: none and didn’t work. Other options?

    I’m kinda newby so thanks there for your help :)

    #123206
    rosspenman
    Participant

    If you could show us some code it might help, but
    -webkit-touch-callout: none;
    might be what you are looking for.

    The other thing I can think of is it sounds like you’re setting the `href` attribute on the `` element, which wouldn’t work.
    Are you surrounding with an `` tag?

    #123240
    alexluttor
    Participant

    That didn’t seem to work, but I’ll give it a deeper try.

    The first button shows the copy-share-print menu while the other two are doing the href properly.

    #123244
    alexluttor
    Participant
    #123241
    TheDoc
    Member

    For starters, you have a `

      ` with no actual list items. Remember to wrap those links in `

    • `.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.