Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Browsers / Internet Explorer / September 2003



Tip: Looking for answers? Try searching our database.

mouseover Rollover effect in multiple frames

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dave - 29 Sep 2003 20:24 GMT
I've got a frames page with 3 frames
When I rollover a graphical menu bar in the top frame, I need to perform a
rollover so the image appears drop-shadowed.  This is easy.

But, I also need for a 'preview' of the item selected to appear in the
bottom frame simultaneously on the same rollover event.

Any ideas?  Does anyone know how I can accomplish this?

Dave
Joe Fawcett - 30 Sep 2003 10:04 GMT
> I've got a frames page with 3 frames
> When I rollover a graphical menu bar in the top frame, I need to perform a
[quoted text clipped - 6 lines]
>
> Dave

Not sure what you mean by preview. You access the bottom frame, assuming
it's called "main" from the menu frame by:
var fraMain = top.frames["main"];
and then you can set properties, e.g. if you have a div with id "divPreview"
in "main":
var fraMain = top.frames["main"];
var oDiv = fraMain.document.getElementById("divPreview");
oDiv.innerHTML = "Preview here";

Signature

Joe

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.