Here is the current layout: http://www.webreference.com/dev/fram...08example.html
Notice how vertically a is always with b and c with d.
I need all 4 to move independently.
How could I modify this code to do that?:
Code:<frameset rows="*,*"> <frameset cols="*,3*"> <frame src="navigation.html"> <frame src="image.html"> </frameset> <frameset cols="3*,*"> <frame src="information.html"> <frame src="glossary.html"> </frameset> </frameset>






Bookmarks