size of frames change with different screen resolution

B

bruga

Hello,
I made a website in which I have 4 frames: top, left,
main and footer. The frames must connect to eachother
precisely, because there are (background) images in them
that should be one big image on the screen. I used a
fixed number of pixels for the higth of the frames, but
when I watch the page on a higher resolution screen, the
frames don't connect anymore (that is, the upper and
lower frames). Does anyone have a solution for that
problem?
 
S

Stefan B Rusynko

Not possible for all user browser window settings and cross browsers
(browsers handle frame borders & spacing differently)
Each frame is a window




| Hello,
| I made a website in which I have 4 frames: top, left,
| main and footer. The frames must connect to eachother
| precisely, because there are (background) images in them
| that should be one big image on the screen. I used a
| fixed number of pixels for the higth of the frames, but
| when I watch the page on a higher resolution screen, the
| frames don't connect anymore (that is, the upper and
| lower frames). Does anyone have a solution for that
| problem?
 
S

Stefan B Rusynko

1) Not use frames
2) If frames must be used, Make the Border areas that need to "match up" graphically forgiving (so any mismatch (there will be one)
is not seen by users




| How would you solve this problem?
|
| >-----Original Message-----
| >Not possible for all user browser window settings and
| cross browsers
| >(browsers handle frame borders & spacing differently)
| >Each frame is a window
| >
| >--
| >
| >_____________________________________________
| >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
| >_____________________________________________
| >
| >
| | >| Hello,
| >| I made a website in which I have 4 frames: top, left,
| >| main and footer. The frames must connect to eachother
| >| precisely, because there are (background) images in
| them
| >| that should be one big image on the screen. I used a
| >| fixed number of pixels for the higth of the frames, but
| >| when I watch the page on a higher resolution screen,
| the
| >| frames don't connect anymore (that is, the upper and
| >| lower frames). Does anyone have a solution for that
| >| problem?
| >
| >
| >.
| >
 
T

Thomas A. Rowe

It really depends on whether you are trying to align page background images
between frames or tables between frames, in either case it is trial and
error, to get the frame settings and image sizing just right.

Back in 1998/9, most of my web projects were frame based until I learned to
use tables.

Here is example of frame based site, where the background is a simple
pattern the blends very well between the 4 frames.

http://www.survtech.com
(For whatever reason the Java applet on the site is not working.)

Here is a sample frame layout, do a save as complete html from IE and you
can see how I put this together, but it was done using page background
images.

http://www.ycoln-resources.com/kb/guides/features/graphics/_content/frame.htm

--

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

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

bruga

The main reason I use frames is the time it takes to show the pages. Only the middle frame has to be refreshed in this case. Is there an other possibility to speedup (without to much loss of quality of the images) the loading of the pages if I don't use frames? (look at http://bge-training.com to see the example).
 
S

Stefan B Rusynko

Themes are page content appearance and don't affect frame sizes





|
| How would the use of Themes play into this? What would the results be?
 
C

Carpie

I'm not doing a good job of asking the question :

I have a site using frames currently and also struggle with the varying resolution issues described here. If I was to change the frames to theme borders, would they size accordingly to resolution?
 
S

Stefan B Rusynko

No
Themes don't affect window (frame) size




| I'm not doing a good job of asking the question :)
|
| I have a site using frames currently and also struggle with the varying resolution issues described here. If I was to change the
frames to theme borders, would they size accordingly to resolution?
 

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