Help - Search - Members - Calendar
Full Version: displaying html file on onmouseover event
HTMLHelp Forums > Programming > Client-side Scripting
nkhetia
Hi All,

I've got stuck at the point where i want to display html file on webpage if i mouseover to particular cell on html table.

Can anybody guide me in this regards ?

thank you in advace,

Nilesh
pandy
How do you mean? Do you want the current page to change to the other one?
nkhetia
ok...here is how i want to do...

there is a html table on my webpage... if i move my cursor to certain column it will display a respective small html table in same page and once i move mouse from that column, it gets hide and so on.

let me know if thats not clear.

thanks

N
pandy
There is a way with CSS and JavaScript. The second table will be in the source if the page all the time, but hidden by CSS. Then onmouseover JS makes it appear.

Google javascript css hide show.

You can't make a page appear inside another page unless you use IFRAME.
nkhetia
yeah, that was really helpful. thanks very much for suggesting.

really appreciate that.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.