S sarahg New member Aug 2, 2009 #1 I want to have one main page split into two columns of text/photos/etc., each with a scrollbar. Thanks!
I want to have one main page split into two columns of text/photos/etc., each with a scrollbar. Thanks!
S Sleepy New member Aug 2, 2009 #2 Just make a table or divs in the size and position you want, then use CSS to set the overflow to scroll vertically. This way is much better than frames. Do not use frames at all if you can help it.
Just make a table or divs in the size and position you want, then use CSS to set the overflow to scroll vertically. This way is much better than frames. Do not use frames at all if you can help it.
B Big-Tony New member Aug 2, 2009 #3 Depends on the type of site your gonna be doing it on.. Myspace you can use divs to do it. Other sites Tables could be used
Depends on the type of site your gonna be doing it on.. Myspace you can use divs to do it. Other sites Tables could be used