Browser question for gallery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kingkastro
    Confirmed User
    • Jun 2006
    • 239

    #1

    Browser question for gallery

    How do I stop the link from showing in the bottom of the browser when someone hovers a thumb?
    kingkastro [at] gmail [dot] com
    ICQ: kingkastro
  • Jon Clark - BANNED FOR LIFE
    North Coast Pimp
    • Dec 2005
    • 9395

    #2
    a tiny little script on the page....

    Comment

    • baX
      Too lazy to set a custom title
      • Mar 2006
      • 17911

      #3
      I use to use them (jscripts for covering the link) on almost every page but I don't any more. I didn't noticed any negative changes like lower CRT or similar.

      Comment

      • kingkastro
        Confirmed User
        • Jun 2006
        • 239

        #4
        where can I get this script? What is the correct term for what this is called?
        kingkastro [at] gmail [dot] com
        ICQ: kingkastro

        Comment

        • mortenb
          Confirmed User
          • Jul 2004
          • 2203

          #5
          search google for "javascript mouseover"
          you need to change the window.status..

          Comment

          • kingkastro
            Confirmed User
            • Jun 2006
            • 239

            #6
            mouseover, Thank You
            kingkastro [at] gmail [dot] com
            ICQ: kingkastro

            Comment

            • karlcore
              Confirmed User
              • Jul 2006
              • 134

              #7
              Code:
              <a onmouseover="window.status=''; return true"
              Always looking for hard link trades:
              http://www.derangedworld.net

              ICQ: 277163851
              AOL/Yahoo/ MSN/GoogleTalk IM: e-mail me first to be added

              Comment

              • karlcore
                Confirmed User
                • Jul 2006
                • 134

                #8
                Code:
                <a onmouseover="window.status=''; return true"
                Always looking for hard link trades:
                http://www.derangedworld.net

                ICQ: 277163851
                AOL/Yahoo/ MSN/GoogleTalk IM: e-mail me first to be added

                Comment

                • kingkastro
                  Confirmed User
                  • Jun 2006
                  • 239

                  #9
                  will the code work with tgp rotator?
                  kingkastro [at] gmail [dot] com
                  ICQ: kingkastro

                  Comment

                  • karlcore
                    Confirmed User
                    • Jul 2006
                    • 134

                    #10
                    The code will work on any anchor element
                    Always looking for hard link trades:
                    http://www.derangedworld.net

                    ICQ: 277163851
                    AOL/Yahoo/ MSN/GoogleTalk IM: e-mail me first to be added

                    Comment

                    Working...