| | I am using both frames and fields to design my website, and i need help with something. CODE <html> <head><title>Page</title></head> <frameset cols="25%,75%"> <frame scrolling='auto' src="1.html><frame scrolling='yes' src="2.html> </frameset> </html> the 25% frame is a menu , and the 75% page is the main page. The menu has many options and thus sometimes needs scrolling, the main page naturally needs scrolling. What i want to happen is have one scroll bar for both of them, as if both frames were just one. I know this can be achieved by using fields instead of frames and position them using CSS but i'v already designed most of the web. Can someone also please tell me whats the difference between having scrolling set to 'auto' and 'yes' because they seem the same to me. Appreciated. |

