Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disjoint rollever images on top frame 1

Status
Not open for further replies.

Coxx

Technical User
Jun 24, 2001
6
IT
i have one problem.
i have three frame menu on left,top on top frame, and cent for central page.
i have rollver on left frame , i insert swap image on roller on left for change his image. :) ok ?
and in the moment change the banner on top ..
but the banner on top don't change .:(
if get the banner on central page he change why on top frame the disjoint roller don't change ?
on two frame all rollever and all banners change
on three frame in the top frame d'ont change why ?
tnx
 
Hello Coxx!

I' m not sure that I understand you. Do you want to change the banner in TOP frame while changing some rollover in LEFT? Or they change separately? Please explain it more. Or send a code.

Good Luck!
 
I' m not sure that I understand you. Do you want to change the banner in TOP frame while changing some rollover in LEFT?
yes i want this!!!!

but my banner on top don't change
 
OK,

to change banner in TOP frame while changing rollover in LEFT frame you may need some JavaScript like this:

<a href=&quot;#&quot;
onMouseOut=&quot;top.NAME_OR_INDEX_OF_YOUR_TOP_FRAME.NAME_OF_IMAGE_OR_BANNER.src='PATH_TO_YOUR_FILE'&quot;
onMouseOver=&quot;top.NAME_OR_INDEX_OF_YOUR_TOP_FRAME.NAME_OF_IMAGE_OR_BANNER_ON_OVER.src='PATH_TO_YOUR_FILE'&quot;>
<img name=&quot;Image1&quot; src=&quot;PATH_TO_IMAGE_IN_LEFT_FRAME&quot;>
</a>

Don't forget to give name to place where banner will be (it's suppose to be image, isn't it? so like this: <img name=&quot;ANY_NAME&quot; src=&quot;SOME_PATH&quot;>).

Try this, may be it's what you need. If you need something more serious you will need more serious code. Write about results.

Good Luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top