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()
>
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()
>
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 ;-)
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 .
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?
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 .
Comment