Re: Scroll Bar Doesn't Display
From: CM (CM_at_discussions.microsoft.com)
Date: 07/15/04
- Next message: CM: "Re: Scroll Bar Doesn't Display"
- Previous message: Kathleen Anderson [FrontPage MVP]: "RE: fprdgn.inc help with page navigation"
- In reply to: Stefan B Rusynko: "Re: Scroll Bar Doesn't Display"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 15 Jul 2004 10:58:01 -0700
Thanks. Now I understand what both of you are referring to. Apparently my edited page is not being replaced on the server. I appreciate your help.
CM
"Stefan B Rusynko" wrote:
>
> In your frames page you have
>
> <frameset cols="209,75%" framespacing="0" border="0" frameborder="0">
> <frame name="left" scrolling="no" noresize target="rtop" src="NavigationBar.html" marginwidth="12" marginheight="14" style="float:
> right; position: relative; left: 25">
> <frameset rows="17%,*">
> <frame name="rtop" target="rbottom" src="HomePageTitleBar.html" scrolling="no" style="background-image:
> url('Images/company_logo.gif'); background-repeat: repeat-x" noresize>
> <frame name="rbottom" src="HomePageContents.shtml" scrolling="auto" noresize target="_self">
> </frameset> <noframes>
>
> Should be
>
> <frameset cols="209,*" framespacing="0" border="0" frameborder="0">
> <frame name="left" scrolling="auto" noresize target="rtop" src="NavigationBar.html" marginwidth="12" marginheight="14" >
> <frameset rows="17%,*">
> <frame name="rtop" target="rbottom" src="HomePageTitleBar.html" scrolling="no">
> <frame name="rbottom" src="HomePageContents.shtml" scrolling="auto" noresize target="_self">
> </frameset>
> <noframes>
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "CM" <CM@discussions.microsoft.com> wrote in message news:CD634868-686B-4970-B88D-29363153DB01@microsoft.com...
> | www.mcginnactuaries.com
> |
> | "Stefan B Rusynko" wrote:
> |
> | > Provide a URL of the published site
> | >
> | > --
> | >
> | > _____________________________________________
> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> | > "Warning - Using the F1 Key will not break anything!" (-;
> | > To find the best Newsgroup for FrontPage support see:
> | > http://www.net-sites.com/sitebuilder/newsgroups.asp
> | > _____________________________________________
> | >
> | >
> | > "CM" <CM@discussions.microsoft.com> wrote in message news:BC0A30D8-BF1A-4D35-AC85-2487BBEA6B51@microsoft.com...
> | > | I've got a frames page with three frames. I need scrollbars to be available "if needed" for two frames. The left frame does
> not
> | > show a scrollbar (even if I set it to "always"). The right frame displays a scrollbar when needed, as expected.
> | > |
> | > | The html code for both frames sets scrollbar ="auto".
> | > |
> | > | Does anyone know why one scroll bar would not display when the other one does? The navigation bar is in the left frame, and
> some
> | > users can't access all of it without the scrollbar.
> | > |
> | > | I really appreciate anyone's help.
> | > |
> | > | CM
> | >
> | >
> | >
>
>
>
- Next message: CM: "Re: Scroll Bar Doesn't Display"
- Previous message: Kathleen Anderson [FrontPage MVP]: "RE: fprdgn.inc help with page navigation"
- In reply to: Stefan B Rusynko: "Re: Scroll Bar Doesn't Display"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|