IFRAME/Navigation Button Movement Question

T

TopGunSF

I've often seen web pages were the navigation buttons (normally on the left
side of the page) did not move off the screen when the scrollbar was moved,
they stayed put and everything in the center/right moved. I am fairly sure
this was done with an IFRAME but I don't know how to do it. Any ideas?

-Michael
 
T

TopGunSF

Another question. Is there a way to make a link clicked in one IFRAME open in
another IFRAME?

-Michael
 
D

David Berry

Yes. You need to create a bookmark in the second frame and then when you
create the hyperlink click Target and choose that bookmark
 
Top