NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Web Design Discussion
Reload this Page Frames wont work above 800x600

Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms.

Advanced Search
10 members in live chat ~  
NamePros Design Contests NamePros Design Contests
Forum Sponsorship
Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest)



View Poll Results: Do you use numerous frames on your site to avoid screen resolution problems?
yes 0 0%
no 0 0%
Voters: 0. You may not vote on this poll

Closed Thread
 
LinkBack Thread Tools
Old 04-11-2004, 11:38 AM THREAD STARTER               #1 (permalink)
New Member
Join Date: Apr 2004
Location: Vancouver, Canada
Posts: 3
brophy87 is an unknown quantity at this point
 



Caution Frames wont work above 800x600


Hi i am making a website for a cleint and i cant figure out why my middle right frame wont align to the right. When you make the website resolution more than 800 it gets all screwed up. I used 10 frames to make sure the site would look ok in any size. In a bit of a rut and need some help. Posted source code and website underneith.

www.johnstar.ca

Source code:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Page-Enter" content="revealTrans(Duration=2.0,Transition=15)">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


<SCRIPT LANGUAGE=JAVASCRIPT>
<!--
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight );
//-->
</SCRIPT>


<style>
<link rel="STYLESHEET" type="text/css" href="yelo.css">
</style>
</head>
<frameset rows="80,*" frameborder="YES" border="0" framespacing="0">
<frameset cols="34,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="leftFrame" scrolling="NO" noresize src="layout/10.htm">
<frameset cols="*,31" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="topFrame" scrolling="NO" noresize src="layout/9.htm" >
<frame name="rightFrame" scrolling="NO" noresize src="layout/8.htm">
</frameset>
</frameset>
<frameset rows="*,59" frameborder="NO" border="0" framespacing="0" cols="*">
<frameset cols="35,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="leftFrame1" scrolling="NO" noresize src="layout/7.htm">
<frameset cols="160,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="leftFrame2" noresize src="navigate.htm">
<frameset cols="700,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frameset cols="*,30" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="i1" noresize src="welcome.htm">
<frame name="rightFrame2" scrolling="NO" noresize src="layout/12.htm">
</frameset>
????: NamePros.com http://www.namepros.com/web-design-discussion/26592-frames-wont-work-above-800x600.html
<frame name="leftFrame4" scrolling="NO" noresize src="layout/13.htm">
<frame src="UntitledFrame-1">
</frameset>
</frameset>
</frameset>
<frameset cols="34,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="leftFrame4" scrolling="NO" noresize src="layout/4.htm">
<frameset cols="*,31" frameborder="NO" border="0" framespacing="0" rows="*">
????: NamePros.com http://www.namepros.com/showthread.php?t=26592
<frame name="bottomFrame" scrolling="NO" noresize src="layout/3.htm">
<frame name="rightFrame1" scrolling="NO" noresize src="layout/2.htm">
</frameset>
</frameset>
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>

oh forgot to mention that 12.htm is the frame i am having trouble with!
Last edited by brophy87; 04-11-2004 at 11:40 AM.
brophy87 is offline  
Old 04-11-2004, 01:34 PM   #2 (permalink)
NamePros Member
Join Date: Apr 2004
Location: Sweden
Posts: 47
bassplayinuk is an unknown quantity at this point
 



You're going completeley the wrong way about things by constructing a page layout useing frames. That means you need many pages to construct one.

You should use tables instead. Much simpler and the proper way of doing things. Tables will also allow you you to compensate for resolution if done correctly.

I advise finding a few tutorials on web construction to explain to you about tables and show you how to use tables.

EDIT:- Here is a site that has a list of different tutorial sites that you can use.

http://www.wpdfd.com/resources/Beginners.htm

Sorry if I come accross a little harsh but it's best to start off with the correct way of doing things. Will stand you in good stead for the future especially if you're designing for other people.
Last edited by bassplayinuk; 04-11-2004 at 01:39 PM.
bassplayinuk is offline  
Old 04-11-2004, 03:13 PM THREAD STARTER               #3 (permalink)
New Member
Join Date: Apr 2004
Location: Vancouver, Canada
Posts: 3
brophy87 is an unknown quantity at this point
 



Well that is a good idea but i need to know a way to align these frames please! anyone?
brophy87 is offline  
Old 04-11-2004, 07:09 PM   #4 (permalink)
Senior Member
 
killaklown's Avatar
Join Date: Oct 2003
Posts: 3,472
killaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to beholdkillaklown is a splendid one to behold
 



try using dreamweaver if ur not already.. u dont really need 10 frames...
killaklown is offline  
Old 04-11-2004, 08:44 PM THREAD STARTER               #5 (permalink)
New Member
Join Date: Apr 2004
Location: Vancouver, Canada
Posts: 3
brophy87 is an unknown quantity at this point
 



i do use dream weaver but i cant align frames
brophy87 is offline  
Old 04-17-2004, 06:50 AM   #6 (permalink)
Senior Member
 
wicked_gal00's Avatar
Join Date: Jun 2003
Location: Toronto
Posts: 2,383
wicked_gal00 is a splendid one to beholdwicked_gal00 is a splendid one to beholdwicked_gal00 is a splendid one to beholdwicked_gal00 is a splendid one to beholdwicked_gal00 is a splendid one to beholdwicked_gal00 is a splendid one to beholdwicked_gal00 is a splendid one to beholdwicked_gal00 is a splendid one to behold
 



<frameset cols="700,*" frameborder="NO" border="0" framespacing="0" rows="*">

I think the problem may be that your frame is only 700 pixels wide. Maybe change that to 100%
wicked_gal00 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 07:45 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger