PDA

View Full Version : need help on synchronize two frames for Netscape 4.7.9


coco88
05-01-2003, 02:13 PM
HI,
I have used the code that's given
in http://www.a1javascripts.com/page_effects/framescroller/two.html
I thought when I scroll the main frame
the left part should scroll as well.
It is supposed to be working in Netscape 4
browser. Am I correct ? can anybody
please help.

petervazed
05-01-2003, 04:41 PM
Have you done this:
Place this part of the script in the upper body or head of your main frame page (this one)

Next - for NS to be able to scroll the frame, the contents MUST be in Layers, so in your left frame you must insert Layer tags IE: <layer> right after your opening body tag and close it at the end of your content.

:rocker: