/    Sign up×
Community /Pin to ProfileBookmark

Problems with window sizes changing frames… high resolution settings

Salutations,

I’ve been developing a site for my job where I’ve incorporated frames. I have a top frame, bottom frame and a set of frames between to fit an image (in a frame to the left) and the main content on the right. My problem is that though the top frame is set to a specific size with noresize, when the window itself is resized, the frame shrinks, which would hide possible text links I would like to place here.

Another issue, that didn’t dawn on me until my boss viewed the page on his mac with a high resolution screen setting, is that if the window is particularly large (larger than I can even set it to on my machine which is set to 1200×800) the bottom frame (which I set to a * value so it takes the remainder–so I know WHY) grows and the bg image repeats and looks messy. My question on this end is whether or not I could lock the window size so that I could avoid this on machines with ever increasing resolutions.

I probably shouldn’t have used frames at all, but at this point I’m hoping to find another solution other than scrapping the whole plan, all together. Here is the script for the frames page.

[QUOTE]

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN” “http://www.w3.org/TR/html4/frameset.dtd“>
<html>
<title>Bournedale Environmental Education</title>
<META NAME=”Keywords” Content=””>

<META NAME=”Description” Content=””>
</head><!– frames –>
<!– frames –>
<frameset border=0 framespacing=0 frameborder=0 rows=”55,490,*“>
<frame name=”top” src=”top.htm” marginwidth=”0″ marginheight=”0″ scrolling=”no” frameborder=”0″ noresize>
<frameset cols=”244,*
“>
<frame name=”pix” src=”pix.htm” marginwidth=”0″ marginheight=”0″ scrolling=”no” frameborder=”0″ noresize>
<frameset rows=”10,470,10″>
<frame name=”mtop” src=”mtop.htm” marginwidth=”0″ marginheight=”0″ scrolling=”no” frameborder=”0″ noresize>
<frame name=”main” src=”main.htm” marginwidth=”10″ marginheight=”10″ scrolling=”auto” frameborder=”0″ noresize>
<frame name=”mbot” src=”mbottom.htm” marginwidth=”0″ marginheight=”0″ scrolling=”no” frameborder=”0″ noresize>
</frameset>
</frameset>
<frame name=”bottom” src=”bottom.htm” marginwidth=”0″ marginheight=”0″ scrolling=”no” frameborder=”0″ noresize>
</frameset>

<noframes>
<body>
You need to enable frames to see this site.
</body>
</html>

[/QUOTE]

The mbottom and mtop frames are just small images that give a shaded affect to the main content section. Any ideas?

Thanks.

to post a comment
HTML

0Be the first to comment 😎

×

Success!

Help @boletus spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...