Results 1 to 2 of 2

Thread: (Loading my Gun) ... HELP! Linking Main-Frame "Buttons" to #anchors in iFRAME

  1. #1
    Join Date
    Jun 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy (Loading my Gun) ... HELP! Linking Main-Frame "Buttons" to #anchors in iFRAME

    Hey Everyone,

    I'm building a site for a motorcycle company. I'm nearly a month late 'cause I can't figure out the iFrame issue here ...

    Here's the page: http://www.mototire.net/FAQ_Legal.html

    You'll notice the right half of the image is actually an iFrame (scrollable). The left side of the page contains four images ("buttons"). How do I link them so that they auto-scroll the iFrame to the appropriate place? I have NO IDEA how to do this.

    Yes, I'm an idiot ... but only about these coding-kinda things. If someone could please tell me what to do, I'm a pretty quick learner (2 master's degrees) ... I just need some help ... forchristssake. Paaaahhhhllleeeaaaaasssee!

    MaddyClaire

  2. #2
    Join Date
    Jan 2006
    Location
    Derbyshire, UK
    Posts
    74
    Thanks
    16
    Thanked 0 Times in 0 Posts

    Default

    Try naming your iframe...
    Code:
    <iframe name="main-screen" scrolling="no"... etc
    Then on your links
    Code:
    <a  target="main-screen" href="#your_anchor">
    Not sure if it will work

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
  •