R
Racket
Yep, I know frames are a problem.
Probably should be a law against 'em.
Still, if you know your frames stuff and can help, I will thank you big
time.
PLEASE, if you are unable or unenclined to help, please resist the
temptation to join the string to lecture or evangelise on the evils of
frames. Genuine, non judgemental help is all I need and will be sincerely
appreciated.
Built a page with left and top frame for nav bar and body frame etc. When
viewed in IE6, if
the left bar ( favorites or hisory etc) is open, only the left frame ( nav
bar) shows up!
Move the side bar to the left or remove it and the body page and top frame
returns.
Anyone know how to fix this?
This is for a major client with an established site. Dumping the frames at
this point is not an option.
Many thanks to all.
A is a good set.(below)
B is the problem set
( In the problem set, the "right_blank" was to get the scroll bar to be at
the right of the BODY "page" - which doesn't take up all of the screen left
to right - rather than over on the right hand edge of the SCREEN on it's
own. This is the possble cause of my problem, but it would be good to know I
could get the scroll bar away from the edge of the screen without causing
this problem
[A] GOOD FRAMESET
..
<FRAMESET rows="419*" cols="82,858*" frameborder="NO" border="0"
framespacing="0">
<FRAME name="leftFrame" scrolling="NO" noresize
src="../frame_pages/m_range_left.htm" marginwidth="0" marginheight="0">
<FRAMESET rows="149,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<FRAME name="topFrame" noresize scrolling="NO" marginwidth="0"
marginheight="0" src="../frame_pages/m_range_top.htm">
<FRAME name="mainFrame" src="../frame_pages/m_range_body.htm"
marginwidth="0" marginheight="0" scrolling="YES">
</FRAMESET>
</FRAMESET>
..
..
NOT SO GOOD SET
..
<FRAMESET rows="419*" cols="82,668*,97" frameborder="NO" border="0"
framespacing="0">
<FRAME name="leftFrame" scrolling="NO" noresize
src="../frame_pages/summary_left.htm" marginwidth="0" marginheight="0">
<FRAMESET rows="187,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<FRAME name="topFrame" noresize scrolling="NO"
src="../frame_pages/summary_top.htm" marginwidth="0" marginheight="0">
<FRAME name="mainFrame" src="../frame_pages/summary_body.htm"
marginwidth="0" marginheight="0" scrolling="YES">
</FRAMESET>
<FRAME src="../frame_pages/summary_right_blank.htm">
</FRAMESET>
Probably should be a law against 'em.
Still, if you know your frames stuff and can help, I will thank you big
time.
PLEASE, if you are unable or unenclined to help, please resist the
temptation to join the string to lecture or evangelise on the evils of
frames. Genuine, non judgemental help is all I need and will be sincerely
appreciated.
Built a page with left and top frame for nav bar and body frame etc. When
viewed in IE6, if
the left bar ( favorites or hisory etc) is open, only the left frame ( nav
bar) shows up!
Move the side bar to the left or remove it and the body page and top frame
returns.
Anyone know how to fix this?
This is for a major client with an established site. Dumping the frames at
this point is not an option.
Many thanks to all.
A is a good set.(below)
B is the problem set
( In the problem set, the "right_blank" was to get the scroll bar to be at
the right of the BODY "page" - which doesn't take up all of the screen left
to right - rather than over on the right hand edge of the SCREEN on it's
own. This is the possble cause of my problem, but it would be good to know I
could get the scroll bar away from the edge of the screen without causing
this problem
[A] GOOD FRAMESET
..
<FRAMESET rows="419*" cols="82,858*" frameborder="NO" border="0"
framespacing="0">
<FRAME name="leftFrame" scrolling="NO" noresize
src="../frame_pages/m_range_left.htm" marginwidth="0" marginheight="0">
<FRAMESET rows="149,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<FRAME name="topFrame" noresize scrolling="NO" marginwidth="0"
marginheight="0" src="../frame_pages/m_range_top.htm">
<FRAME name="mainFrame" src="../frame_pages/m_range_body.htm"
marginwidth="0" marginheight="0" scrolling="YES">
</FRAMESET>
</FRAMESET>
..
..
NOT SO GOOD SET
..
<FRAMESET rows="419*" cols="82,668*,97" frameborder="NO" border="0"
framespacing="0">
<FRAME name="leftFrame" scrolling="NO" noresize
src="../frame_pages/summary_left.htm" marginwidth="0" marginheight="0">
<FRAMESET rows="187,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<FRAME name="topFrame" noresize scrolling="NO"
src="../frame_pages/summary_top.htm" marginwidth="0" marginheight="0">
<FRAME name="mainFrame" src="../frame_pages/summary_body.htm"
marginwidth="0" marginheight="0" scrolling="YES">
</FRAMESET>
<FRAME src="../frame_pages/summary_right_blank.htm">
</FRAMESET>