Click to See Complete Forum and Search --> : onmouseover


dummyagain
May 31st, 2005, 04:47 AM
I would like to make a cell (<td></td>)with a link to other page(a html file, with text only), when the mouse pointer is on the cell...i would like to show the content of the linked page.....

can anybody give me some advices or ways to do this...?

Thank you

sreenath205
May 31st, 2005, 06:19 AM
Hi

1.Where do u want to show the content,in a new window??.

2.Will the table cell contain a "text"? on which you want the onmouseover to be triggered?


Thanx

Sreenath

dummyagain
May 31st, 2005, 10:15 PM
Maybe let me make clearer first,

Page A contains a link to page B

1.Where do u want to show the content,in a new window??.
When the mouse is over the cell, a label will show (in page A) the text content of page B. The label is not a pop-up.. it just displays a label (similar to post-it Notes)...

2.Will the table cell contain a "text"? on which you want the onmouseover to be triggered?
the table cell will not show anything... it;s just coloured and when the mouse is over it... the mouse pointer will change for indication...

Thank you for your help.