Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Screen resolution with Frames - 1024 X 760 and 800 X 600

Status
Not open for further replies.

JennyW

Technical User
Mar 1, 2001
323
CA
I use DW 2.

I’m working on a site with three frames on it.

I do most of my work on a 1024 X 760 screen resolution.
My page fits perfectly on that screen resolution.

However, when I adjust my settings to an 800 X 600 resolution my page compacts to fit the screen.

There aren’t any scrollbars added to the page, in turn the page becomes distorted.

Please help!
Thanks
 
pls put the code Unicorn11
abhishek@tripmedia.com

[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]
 
Hi Jenny...Good morning!

Wow! That is a new one. Let me do a little research and I will get back to you. It might help if you could post your code or email your site content to me.

jeffreysphillips@excite.com
 
Hi people,

Here's the frameset code...is this what you're looking for?

<html>
<head>
<title>Jenny W Document</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>

<frameset rows=&quot;644,21&quot; frameborder=no border=0 cols=&quot;*&quot;>
<frameset cols=&quot;135,872&quot; frameborder=no border=0 rows=&quot;*&quot;>
<frame src=&quot;a3index.htm&quot; scrolling=no name=&quot;&quot; noresize>
<frameset rows=&quot;71,535&quot; cols=&quot;*&quot;>
<frame src=&quot;a1test.htm&quot; name=&quot;&quot; scrolling=no noresize>
<frame src=&quot;a.htm&quot; scrolling=no noresize>
</frameset>
</frameset>
<frame src=&quot;a2bottombordertest.htm&quot; scrolling=no noresize>
</frameset>
<noframes><body bgcolor=&quot;#FFFFFF&quot;>

</body></noframes>
</html>

Please let me know if there is anything else I should show you.

I'll post it to a server for better viewing...
 
Ok, here's where I'm at for now...

If any of you have time please check out this link...


Watch, when you shrink or enlarge the screen resolution the screen compresses to adjust to the resolutions change. No scrollbars are added to keep the original structure of the page.

Please help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top