Frames, data missing

P

Phil

HI,

I have an index page with two frames (top and bottom).
The top frame has about 8 links which when clicked on
changes the page in the bottom frame. The links are
displayed at the lower edge of the top frame and some
people are telling me that they are not seeing the links.
Can anyone tell me why the links would not appear? The
links are just part of the page that appears in the top
frame. Am I missing something in my page formatting?

Thanks,
Phil
 
T

Thomas A. Rowe

Check height of the area of your page that appears in the top frame as
compared to the height that you have specific in the top frame, different
browser do handle frame sizing differently.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
P

Phil

Thanks Thomas,

My top frame is 123 pixels. How do I know what the height
of my page that appears in the top frame? I don't see
anything that gives me that info.

Thanks,
Phil
 
S

Stefan B Rusynko

Provide a URL

IE & NN display frames in slightly different sizes so you need to test in both browsers



| Thanks Thomas,
|
| My top frame is 123 pixels. How do I know what the height
| of my page that appears in the top frame? I don't see
| anything that gives me that info.
|
| Thanks,
| Phil
| >-----Original Message-----
| >Check height of the area of your page that appears in the
| top frame as
| >compared to the height that you have specific in the top
| frame, different
| >browser do handle frame sizing differently.
| >
| >--
| >
| >==============================================
| >Thomas A. Rowe (Microsoft MVP - FrontPage)
| >WEBMASTER Resources(tm)
| >
| >FrontPage Resources, Forums, WebCircle,
| >MS KB Quick Links, etc.
| >==============================================
| >To assist you in getting the best answers for FrontPage
| support see:
| >http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| >| >> HI,
| >>
| >> I have an index page with two frames (top and bottom).
| >> The top frame has about 8 links which when clicked on
| >> changes the page in the bottom frame. The links are
| >> displayed at the lower edge of the top frame and some
| >> people are telling me that they are not seeing the
| links.
| >> Can anyone tell me why the links would not appear? The
| >> links are just part of the page that appears in the top
| >> frame. Am I missing something in my page formatting?
| >>
| >> Thanks,
| >> Phil
| >
| >
| >.
| >
 
S

Stefan B Rusynko

Your friends are correct (links not visible in NN)
Remove the margins from your frameset
Change
<frame name="header" scrolling="no" noresize target="main" src="header.htm" marginwidth="12" marginheight="20">
To
<frame name="header" scrolling="no" noresize target="main" src="header.htm" marginwidth="12" marginheight="0">
Or add a scroll bar for NN users by inserting scrolling="auto"




| URL: grenadaberean.org
|
|
| >-----Original Message-----
| >Provide a URL
| >
| >IE & NN display frames in slightly different sizes so you
| need to test in both browsers
| >--
| >_____________________________________________
| >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
| >_____________________________________________
| >
| >
| | >| Thanks Thomas,
| >|
| >| My top frame is 123 pixels. How do I know what the
| height
| >| of my page that appears in the top frame? I don't see
| >| anything that gives me that info.
| >|
| >| Thanks,
| >| Phil
| >| >-----Original Message-----
| >| >Check height of the area of your page that appears in
| the
| >| top frame as
| >| >compared to the height that you have specific in the
| top
| >| frame, different
| >| >browser do handle frame sizing differently.
| >| >
| >| >--
| >| >
| >| >==============================================
| >| >Thomas A. Rowe (Microsoft MVP - FrontPage)
| >| >WEBMASTER Resources(tm)
| >| >
| >| >FrontPage Resources, Forums, WebCircle,
| >| >MS KB Quick Links, etc.
| >| >==============================================
| >| >To assist you in getting the best answers for FrontPage
| >| support see:
| >| >http://www.net-sites.com/sitebuilder/newsgroups.asp
| >| >
| >| >| >| >> HI,
| >| >>
| >| >> I have an index page with two frames (top and
| bottom).
| >| >> The top frame has about 8 links which when clicked on
| >| >> changes the page in the bottom frame. The links are
| >| >> displayed at the lower edge of the top frame and some
| >| >> people are telling me that they are not seeing the
| >| links.
| >| >> Can anyone tell me why the links would not appear?
| The
| >| >> links are just part of the page that appears in the
| top
| >| >> frame. Am I missing something in my page formatting?
| >| >>
| >| >> Thanks,
| >| >> Phil
| >| >
| >| >
| >| >.
| >| >
| >
| >
| >.
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top