Thumbnail on mouseover text question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NTSS
    Confirmed User
    • Mar 2005
    • 5688

    #1

    Thumbnail on mouseover text question

    What the most efficient way to accomplish this?
    ICQ: 150-803-430
    Email: marketing7(at)cox(dot)net
  • Miguel T
    ♦ Web Developer ♦
    • May 2005
    • 12473

    #2
    What do you mean?
    DHTML is the way to go ;)

    Full Stack Webdeveloper: HTML5/CSS3, jQuery, AJAX, ElevatedX, NATS, MechBunny, Wordpress

    Comment

    • NTSS
      Confirmed User
      • Mar 2005
      • 5688

      #3
      Originally posted by AbsolutePorn
      What do you mean?
      DHTML is the way to go ;)
      I want to try it out on my site.

      Can I just do it from the link?

      [onmouseover="window.status=] maybe change the code and point it to a thumbnail image?
      ICQ: 150-803-430
      Email: marketing7(at)cox(dot)net

      Comment

      • Dynamix
        G F Y not
        • Jan 2004
        • 2910

        #4
        What he means is that a text link will popup a thumbnail preview on mouse hover. Can't think of a TGP example that uses this off hand although I've seen dozens in the recent past.

        This is easily (and best) implemented with jQuery, Yahoo UI, or similar unobtrusive javascript framework. You've piqued my interest and I will later this evening put together a working example with instruction.

        Patrick

        TGPFactory Full TGP Design & Installation Services
        ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
        See who I am at AdultWhosWho.com!

        Comment

        • NTSS
          Confirmed User
          • Mar 2005
          • 5688

          #5
          Originally posted by Dynamix
          What he means is that a text link will popup a thumbnail preview on mouse hover. Can't think of a TGP example that uses this off hand although I've seen dozens in the recent past.

          This is easily (and best) implemented with jQuery, Yahoo UI, or similar unobtrusive javascript framework. You've piqued my interest and I will later this evening put together a working example with instruction.

          Patrick
          ok sounds good...ill chek back periodically...thx
          ICQ: 150-803-430
          Email: marketing7(at)cox(dot)net

          Comment

          • Dynamix
            G F Y not
            • Jan 2004
            • 2910

            #6
            As promised.. fairly straightforward, though do let me know if you have problems or questions.

            http://www.tgpfactory.com/popupDemo/thumbtest.html

            TGPFactory Full TGP Design & Installation Services
            ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
            See who I am at AdultWhosWho.com!

            Comment

            • NTSS
              Confirmed User
              • Mar 2005
              • 5688

              #7
              Originally posted by Dynamix
              As promised.. fairly straightforward, though do let me know if you have problems or questions.

              http://www.tgpfactory.com/popupDemo/thumbtest.html
              Hey thanks...thats just what I was looking for. I see its working perfect on your demo page. I couldnt get it to work on my site yet, Im sure I've done something wrong, but I'm gonna try it again later. Thanks a lot I'll get back to you...
              ICQ: 150-803-430
              Email: marketing7(at)cox(dot)net

              Comment

              • Dynamix
                G F Y not
                • Jan 2004
                • 2910

                #8
                Feel free to hit me up on ICQ, I'm happy to take a look and see if I can't spot any problems

                TGPFactory Full TGP Design & Installation Services
                ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                See who I am at AdultWhosWho.com!

                Comment

                • Dynamix
                  G F Y not
                  • Jan 2004
                  • 2910

                  #9
                  D'oh.. forgot to mention you'll have to download the javascript and CSS files.. that may be what the problem is if you didn't happen to snag those from the source code of the page.

                  See the new section at bottom:
                  http://www.tgpfactory.com/popupDemo/thumbtest.html

                  TGPFactory Full TGP Design & Installation Services
                  ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                  See who I am at AdultWhosWho.com!

                  Comment

                  • Spudman
                    Confirmed User
                    • Aug 2002
                    • 3198

                    #10
                    Originally posted by Dynamix
                    D'oh.. forgot to mention you'll have to download the javascript and CSS files.. that may be what the problem is if you didn't happen to snag those from the source code of the page.

                    See the new section at bottom:
                    http://www.tgpfactory.com/popupDemo/thumbtest.html
                    sweet work dude, i've been looking for this so thanks
                    Take it Easy !!!

                    Comment

                    • martinsc
                      Too lazy to set a custom title
                      • Jun 2005
                      • 27047

                      #11
                      lots of nice pieces of code at http://www.dynamicdrive.com/...
                      Make Money

                      Comment

                      • severe
                        Confirmed User
                        • Dec 2007
                        • 331

                        #12
                        simple javascript. u can find hundreds of examples.

                        Comment

                        • Dynamix
                          G F Y not
                          • Jan 2004
                          • 2910

                          #13
                          Originally posted by martinsc
                          lots of nice pieces of code at http://www.dynamicdrive.com/...
                          Yes DD is a good resource for code snippets, anyone with simple CGI/PHP needs should check out Resource Index.. they likely have multiple solutions to accomplish what you're looking for:

                          http://www.resourceindex.com/

                          TGPFactory Full TGP Design & Installation Services
                          ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                          See who I am at AdultWhosWho.com!

                          Comment

                          • wang69
                            Registered User
                            • Nov 2007
                            • 12

                            #14
                            hey I was checking it out, but I tried to load pictures and it goes Sorry, the contents could not be loaded, what does that mean, does the size of the picture matter, and do I need the img.php?s in the line rel="img.php?s=1.jpg"?

                            Comment

                            • Dynamix
                              G F Y not
                              • Jan 2004
                              • 2910

                              #15
                              Originally posted by wang69
                              hey I was checking it out, but I tried to load pictures and it goes Sorry, the contents could not be loaded, what does that mean, does the size of the picture matter, and do I need the img.php?s in the line rel="img.php?s=1.jpg"?
                              Hey mate, yes you do need the img.php portion and the img.php script, otherwise the jQuery plugin fails and/or loads the contents of the JPEG file (random ASCII characters). If you still can't get it to work grab hold of me on ICQ or post the URL here, I'll see if I can't find the problem.

                              TGPFactory Full TGP Design & Installation Services
                              ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                              See who I am at AdultWhosWho.com!

                              Comment

                              Working...