Forums

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

Home Forums JavaScript link inside the "title" attribute

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27588
    Nico
    Member

    I am using the "lightview" plugin by Nick Stakenburg for a gallery. To call it you use the following in any link:

    <a href="#mylink" class="lightview" title="MyTitle::::width:720,height:480"><span><img src="#myimage" alt="" /></span></a>

    If you aren’t familiar with the plugin, it basically creates a javascript overlay on screen which can display images/media (or really anything you want)

    the title attribute for the <a> is used as a little caption at the bottom of that popup. I would like to make it a link to a more detailed page of the media which is being displayed but haven’t had much luck.

    Any thoughts?

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.