Frontpage site not resizing for smaller displays

C

Computeky

I just finished a new Frontpage site, I've built several before. This new
site is giving me problems. The site is hosted by Yahoo Small Business
Server. The issue is that this is the first site that I've built using my new
Viewsonic 24 inch monitor. When I go to the site it looks great! But when I
go to the site with any other puter with a smaller screen such as a laptop
onlt about 50% of the page displays. I built the site using "Frames" on the
smaller displays one has to do a major amount of scrolling just to view. I
can't figure out what if anything I did wrong. Sure you can "zoom" the
display to 50% and see all, but I know tha's not the answer. Help, I have
one angry client on my hands!!!

MB
 
R

Ronx

It's almost impossible to diagnose rendering problems without seeing the
page - but check the dimensions of the frames:
<frameset cols="150,*"> will give two frames, one fixed width at 150px, the
other taking up whatever space is left in the browser.
whereas <frameset cols="150,970) will require a browser width of about
1160px to avoid horizontal scrollbars.

You don't need to test on a second computer - use File->Preview in Browser
and choose a small size for the browser.
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 

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