html help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fucksakes
    Shit... Fuck! What the Hell?
    • Dec 2003
    • 7567

    #1

    html help

    Code:
    <p><a target="fucksakes" href="javascript:window.moveTo(0,50)">Move Down Content of Frame</a></p>
    <p><iframe name="fucksakes" src="index3.htm"></iframe></p>
  • Fucksakes
    Shit... Fuck! What the Hell?
    • Dec 2003
    • 7567

    #2
    this makes the whole frame go down the page.. I am trying to move down the content with frame.

    Comment

    • moviepost dot net
      Registered User
      • Feb 2005
      • 56

      #3
      Maybe move </a> after the </iframe>

      Comment

      • Fucksakes
        Shit... Fuck! What the Hell?
        • Dec 2003
        • 7567

        #4
        Originally posted by moviepost dot net
        Maybe move </a> after the </iframe>
        nope (8c)

        Comment

        • moviepost dot net
          Registered User
          • Feb 2005
          • 56

          #5
          Originally posted by Fucksakes
          nope (8c)
          I'm still not exactly sure what you're trying to do though.. you want the text and the contents of the iframe to move to 0,50 or just the iframe itself to move?

          Comment

          • Fucksakes
            Shit... Fuck! What the Hell?
            • Dec 2003
            • 7567

            #6
            I have content in an iframe.. using an external link I want to move down the page of content in that iframe.. making it look like another page is loading.. when really all the content is inside that frame. "using no scroll bars as well on that frame"

            kinda like this http://demos.flesler.com/jquery/serialScroll/

            but i may need someone to help me get that to work on my site, cause i tried for hours last night.

            Comment

            • moviepost dot net
              Registered User
              • Feb 2005
              • 56

              #7
              Ahhh I see, yeah the code you're trying to use is not going to get that job done.

              If you notice in the example source, the functions are identified by class names which is handled by independent java scripts.

              Comment

              Working...