G Guest Sep 11, 2006 #1 My web site pages are unable to scroll down and no scroll bar shows up. Any ideas on how to fix? Web site is www.mbaorder.com
My web site pages are unable to scroll down and no scroll bar shows up. Any ideas on how to fix? Web site is www.mbaorder.com
G Guest Sep 11, 2006 #2 You are using frames.. you will need to change <frame name="main" src="main.htm" target="main" scrolling="no"> this should be scrolling="auto"
You are using frames.. you will need to change <frame name="main" src="main.htm" target="main" scrolling="no"> this should be scrolling="auto"
G Guest Sep 11, 2006 #3 That code is on the index page. Does this code need to be on all pages? I am having a brain F#@>
G Guest Sep 11, 2006 #4 The index page defines each frames attributes. So you should just have to change the one code.
G Guest Sep 11, 2006 #5 <frame name="contents" target="contents" src="Sidebar.htm" scrolling="auto"> <frame name="main" src="main.htm" target="main" scrolling="auto"> This is the code. Am I missing something???
<frame name="contents" target="contents" src="Sidebar.htm" scrolling="auto"> <frame name="main" src="main.htm" target="main" scrolling="auto"> This is the code. Am I missing something???
G Guest Sep 11, 2006 #6 That should work Nancy said: <frame name="contents" target="contents" src="Sidebar.htm" scrolling="auto"> <frame name="main" src="main.htm" target="main" scrolling="auto"> This is the code. Am I missing something??? Click to expand...
That should work Nancy said: <frame name="contents" target="contents" src="Sidebar.htm" scrolling="auto"> <frame name="main" src="main.htm" target="main" scrolling="auto"> This is the code. Am I missing something??? Click to expand...