I'm creating a webpage with frames. The small frame on the left side of the page contains the links/navigation for the webpage. The mainframe on the right contains the contents, etc...The mainframe has a scrollbar...However, the frame on the left (navigation frame) does not have a scrollbar.. So unless you have your resolution set high and the window maximized, you can't see all the items. How do I add the scrollbar in this frame as well? Thanks
11/28/2005 2:45:29 PM
Keep it a secret.Or just tell people to highlight and drag down.
11/28/2005 2:46:48 PM
try SCROLLING="YES" in the frames tag.
11/28/2005 2:52:27 PM
^thanks, that workedSenez IMed me and told me as well. Thanks guys
11/28/2005 2:53:29 PM
FYI, no one uses frames anymore.
11/28/2005 3:43:54 PM
^true. frames at least for me allow a quick way to edit the "navigation" bar without having to edit every single page. anyone know a quicker way to edit a page without having to edit every page if you use tables?
1/4/2006 2:43:45 AM
Use the IFRAME tag, its how image advertisements usually work but I don't remember the specifics. Google it
1/4/2006 3:12:32 AM
CSS
1/4/2006 11:41:11 AM
<div> > <table>
1/4/2006 11:50:35 AM
Frames are so 1996.
1/4/2006 11:51:33 AM
1/4/2006 12:00:32 PM
1/4/2006 1:47:47 PM
http://www.w3schools.com/css/default.asp
1/4/2006 1:53:33 PM