Image pop up

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Saravana

    Image pop up

    Hi All,

    I want a javascript for display a image onmouseover.

    Plz reply me urgently
  • Thomas 'PointedEars' Lahn

    #2
    Re: Image pop up

    Saravana wrote:
    I want a javascript for display a image onmouseover.
    I want fresh rolls and a cup of Earl Grey tea, hot[tm].
    Plz reply me urgently
    [x] done


    PointedEars

    P.S.: http://www.catb.org/~esr/faqs/smart-questions.html

    Comment

    • Saravana

      #3
      Re: Image pop up

      On Jan 18, 3:42 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
      wrote:
      Saravana wrote:
      I want a javascript for display a image onmouseover.
      >
      I want fresh rolls and a cup of Earl Grey tea, hot[tm].
      >
      Plz reply me urgently
      >
      [x] done
      >
      PointedEars
      >
      P.S.:http://www.catb.org/~esr/faqs/smart-questions.html
      That is a very good link :-)


      And here is my question.

      A hyperlink is in my html page.When my mouse arrow moves over the
      link,an image should be shown.

      I am new to javascript ,

      The picture should display in onmouseover event and it hides in
      onmouseout event.I done it in that href tag.Now I need a function that
      can be paste in the <scripttag , like showpicture() and
      hidepicture()

      Any body can help me ?

      Comment

      • rf

        #4
        Re: Image pop up


        "Saravana" <saravanakumars @adventnet.comw rote in message
        news:3aedccb7-af23-4c25-a2e0-c8e42773bac0@z1 7g2000hsg.googl egroups.com...
        On Jan 18, 3:42 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
        wrote:
        >Saravana wrote:
        I want a javascript for display a image onmouseover.
        >>
        >I want fresh rolls and a cup of Earl Grey tea, hot[tm].
        >>
        Plz reply me urgently
        >>
        >[x] done
        >>
        >PointedEars
        >>
        >P.S.:http://www.catb.org/~esr/faqs/smart-questions.html
        >
        That is a very good link :-)
        >
        >
        And here is my question.
        >
        A hyperlink is in my html page.When my mouse arrow moves over the
        link,an image should be shown.
        >
        I am new to javascript ,
        >
        The picture should display in onmouseover event and it hides in
        onmouseout event.I done it in that href tag.Now I need a function that
        can be paste in the <scripttag , like showpicture() and
        hidepicture()
        Use CSS.

        --
        Richard.


        Comment

        • Stevo

          #5
          Re: Image pop up

          Saravana wrote:
          Plz reply me urgently
          URGENTLY.

          Comment

          • The Natural Philosopher

            #6
            Re: Image pop up

            Saravana wrote:
            On Jan 18, 3:42 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
            wrote:
            >Saravana wrote:
            >>I want a javascript for display a image onmouseover.
            >I want fresh rolls and a cup of Earl Grey tea, hot[tm].
            >>
            >>Plz reply me urgently
            >[x] done
            >>
            >PointedEars
            >>
            >P.S.:http://www.catb.org/~esr/faqs/smart-questions.html
            >
            That is a very good link :-)
            >
            >
            And here is my question.
            >
            A hyperlink is in my html page.When my mouse arrow moves over the
            link,an image should be shown.
            >
            I am new to javascript ,
            >
            The picture should display in onmouseover event and it hides in
            onmouseout event.I done it in that href tag.Now I need a function that
            can be paste in the <scripttag , like showpicture() and
            hidepicture()
            >
            Any body can help me ?
            Make up a div, with an id and style: hidden.
            Put the picture in that.

            Onmouseover call a function to unhide that picture.

            If you want the picture to overlay other elements, you will have to use
            absolute postioning and z-index.

            There, thats lots of words that you can google and read about. Damned if
            I write your code for you tho ;-)

            Comment

            • The Natural Philosopher

              #7
              Re: Image pop up

              Stevo wrote:
              Saravana wrote:
              >Plz reply me urgently
              >
              URGENTLY.
              And what makes you think you have the right to shout at people who owe
              you nothing, and don't get paid for it.


              Try

              ..nice
              {
              shout: no;
              }

              Comment

              • Saravana

                #8
                Re: Image pop up

                On Jan 18, 6:19 pm, The Natural Philosopher <a...@b.cwrot e:
                Saravana wrote:
                On Jan 18, 3:42 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
                wrote:
                Saravana wrote:
                >I want a javascript for display a image onmouseover.
                I want fresh rolls and a cup of Earl Grey tea, hot[tm].
                >
                >Plz reply me urgently
                [x] done
                >
                PointedEars
                >>
                That is a very good link :-)
                >
                And here is my question.
                >
                A hyperlink is in my html page.When my mouse arrow moves over the
                link,an image should be shown.
                >
                I am new to javascript ,
                >
                The picture should display in onmouseover event and it hides in
                onmouseout event.I done it in that href tag.Now I need a function that
                can be paste in the <scripttag , like showpicture() and
                hidepicture()
                >
                Any body can help me ?
                >
                Make up a div, with an id and style: hidden.
                Put the picture in that.
                >
                Onmouseover call a function to unhide that picture.
                >
                If you want the picture to overlay other elements, you will have to use
                absolute postioning and z-index.
                >
                There, thats lots of words that you can google and read about. Damned if
                I write your code for you tho ;-)
                Thanks for the help. I searched google with your words like "absolute
                postioning and z-index" , I gained a lot of information.It helped my
                problem too.

                And I really happy to meet a developer in this group .

                Comment

                • The Natural Philosopher

                  #9
                  Re: Image pop up

                  Saravana wrote:
                  On Jan 18, 6:19 pm, The Natural Philosopher <a...@b.cwrot e:
                  >Saravana wrote:
                  >>On Jan 18, 3:42 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
                  >>wrote:
                  >>>Saravana wrote:
                  >>>>I want a javascript for display a image onmouseover.
                  >>>I want fresh rolls and a cup of Earl Grey tea, hot[tm].
                  >>>>Plz reply me urgently
                  >>>[x] done
                  >>>PointedEar s
                  >>>P.S.:http://www.catb.org/~esr/faqs/smart-questions.html
                  >>That is a very good link :-)
                  >>And here is my question.
                  >>A hyperlink is in my html page.When my mouse arrow moves over the
                  >>link,an image should be shown.
                  >>I am new to javascript ,
                  >>The picture should display in onmouseover event and it hides in
                  >>onmouseout event.I done it in that href tag.Now I need a function that
                  >>can be paste in the <scripttag , like showpicture() and
                  >>hidepicture ()
                  >>Any body can help me ?
                  >Make up a div, with an id and style: hidden.
                  >Put the picture in that.
                  >>
                  >Onmouseover call a function to unhide that picture.
                  >>
                  >If you want the picture to overlay other elements, you will have to use
                  >absolute postioning and z-index.
                  >>
                  >There, thats lots of words that you can google and read about. Damned if
                  >I write your code for you tho ;-)
                  >
                  Thanks for the help. I searched google with your words like "absolute
                  postioning and z-index" , I gained a lot of information.It helped my
                  problem too.
                  >
                  And I really happy to meet a developer in this group .
                  Me? I am an ageing code hacker.I know about two months more than you.
                  Thats all ;-)

                  Get stuck in. It unravels like the long turd colored spaghetti Javashite
                  really is.

                  Howevr, its just about te only gam
                  me in town, so whe have to deal with it right?

                  Now where is that glass of wine I poured?


                  Comment

                  • Randy Webb

                    #10
                    Re: Image pop up

                    Saravana said the following on 1/18/2008 11:44 AM:
                    On Jan 18, 6:19 pm, The Natural Philosopher <a...@b.cwrot e:
                    >Saravana wrote:
                    >>On Jan 18, 3:42 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
                    >>wrote:
                    >>>Saravana wrote:
                    >>>>I want a javascript for display a image onmouseover.
                    >>>I want fresh rolls and a cup of Earl Grey tea, hot[tm].
                    >>>>Plz reply me urgently
                    >>>[x] done
                    >>>PointedEar s
                    >>>P.S.:http://www.catb.org/~esr/faqs/smart-questions.html
                    >>That is a very good link :-)
                    >>And here is my question.
                    >>A hyperlink is in my html page.When my mouse arrow moves over the
                    >>link,an image should be shown.
                    >>I am new to javascript ,
                    >>The picture should display in onmouseover event and it hides in
                    >>onmouseout event.I done it in that href tag.Now I need a function that
                    >>can be paste in the <scripttag , like showpicture() and
                    >>hidepicture ()
                    >>Any body can help me ?
                    >Make up a div, with an id and style: hidden.
                    >Put the picture in that.
                    >>
                    >Onmouseover call a function to unhide that picture.
                    >>
                    >If you want the picture to overlay other elements, you will have to use
                    >absolute postioning and z-index.
                    >>
                    >There, thats lots of words that you can google and read about. Damned if
                    >I write your code for you tho ;-)
                    >
                    Thanks for the help. I searched google with your words like "absolute
                    postioning and z-index" , I gained a lot of information.It helped my
                    problem too.
                    >
                    And I really happy to meet a developer in this group .
                    <URL:
                    http://groups.google.c om/group/comp.lang.javas cript/browse_thread/thread/792d6ce05b7eb2a 8/b63de3cb69d6e77 f?lnk=gst&q=ran dy+webb+block+d isplay+style+vi sibility#b63de3 cb69d6e77f>

                    Two ways to "hide" an element, both are explained somewhere in the
                    middle of that long winded thread.

                    --
                    Randy
                    Chance Favors The Prepared Mind
                    comp.lang.javas cript FAQ - http://jibbering.com/faq/index.html
                    Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/

                    Comment

                    Working...