BDubLS1 All American 10406 Posts user info edit post |
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 |
GraniteBalls Aging fast 12262 Posts user info edit post |
Keep it a secret.
Or just tell people to highlight and drag down. 11/28/2005 2:46:48 PM |
ncsuapex SpaceForRent 37776 Posts user info edit post |
try SCROLLING="YES" in the frames tag. 11/28/2005 2:52:27 PM |
BDubLS1 All American 10406 Posts user info edit post |
^thanks, that worked Senez IMed me and told me as well. Thanks guys 11/28/2005 2:53:29 PM |
darkone (\/) (;,,,;) (\/) 11610 Posts user info edit post |
FYI, no one uses frames anymore. 11/28/2005 3:43:54 PM |
q1982tqn Veteran 209 Posts user info edit post |
^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 |
willyummm Veteran 431 Posts user info edit post |
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 |
Petschska All American 1182 Posts user info edit post |
CSS 1/4/2006 11:41:11 AM |
Ernie All American 45943 Posts user info edit post |
<div> > <table> 1/4/2006 11:50:35 AM |
wednesday All American 646 Posts user info edit post |
Frames are so 1996. 1/4/2006 11:51:33 AM |
Golovko All American 27023 Posts user info edit post |
Quote : | "^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?" |
just create your main page in dreamweaver and save it as a template, create 'editable regiions' and you are set.1/4/2006 12:00:32 PM |
msb2ncsu All American 14033 Posts user info edit post |
CSS 1/4/2006 1:47:47 PM |
Shaggy All American 17820 Posts user info edit post |
http://www.w3schools.com/css/default.asp 1/4/2006 1:53:33 PM |