Webmaster Forums 101 - Free Help and Discussions
 
 
 

MEMBER REWARDS - Earn free advertising by participating in these forums! Click here for details.

Welcome to Webmaster Forums 101!

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Reply
 
Thread Tools Search this Thread Display Modes
Old 7th October 2003, 06:14 AM   #1

Username: jonDapron
Rank: WF101 Newbie
Join Date: Sep 2003
Posts: 21
Points: 0.00
Default reformatting fixed page - HELP - please!!

Hi,
I built a web page - www.ejwelch.com . The problem is that everything is fixed and set up for viewing at 1024 x 768. The pages will not resize when the window is resized or resolution differs. This is good because it keeps a fixed text format, but its ultimately a terrible call. I am trying to redesign the page using tables. Everything seemed to be going alright until i tried to adjust my iframe style properties, changing the top, bottom, left, right px values to %. when i do this, the iframe disapears. If someone can take a look at my source, by going to ejwelch.com and help me out on easy suggestions to make the page resize to the appropriate window- I would greatly appreciate it and there might even be a couple bucks in it for ya. Thank you very much.
jonDapron is offline   Reply With Quote
Old 7th October 2003, 05:55 PM   #2
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default

Does it make it scroll in an 800x600 screen?
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote
Old 8th October 2003, 12:23 AM   #3

Username: jonDapron
Rank: WF101 Newbie
Join Date: Sep 2003
Posts: 21
Points: 0.00
Default re: HELP

No, it will not scroll in 800x600. Im redoing it with tables, but cant get the iframe to even appear unless i have it defined in a script as a fixed pixel sizes. When i convert the iframe size defintion to percentages, it disapears. i dont know whats going on. my site is www.ejwelch.com. any help would be GREATLY appreciated.
jonDapron is offline   Reply With Quote
Old 8th October 2003, 12:24 AM   #4

Username: jonDapron
Rank: WF101 Newbie
Join Date: Sep 2003
Posts: 21
Points: 0.00
Default re: HELP again

Im sorry , I meant - IT WILL SCROLL horizontally in anything smaller than 1024x728 and looks small and weak in any higher resolution!
jonDapron is offline   Reply With Quote
Old 8th October 2003, 01:56 PM   #5
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default

I think i see the problem... Yes, you need to add tables... Hopefully that will work. Here is what it should look like:

Code:
<table border="0" width="100%"> <tr> <!-- Change the width to whatever... //-> <td width="150"> <table align="left"> <tr> <a href="ejw-companyInfo.htm" target="main" onClick="scrollTo(0,0)" onmouseover="homeButton.src='Images/Buttons/homeButtonB.gif'; return true; " onmouseout="homeButton.src='Images/Buttons/homeButtonA.gif'; return true; "> <img src="Images/Buttons/homeButtonA.gif" name="homeButton" border="0" id="homeButton" alt="Home" width="120" height="40" /></a> </tr> <tr> <a href="ejw-ourBeliefs.htm" target="main" onClick="scrollTo(0,0)" onmouseover="ourBeliefsButton.src='Images/Buttons/ourBeliefsButtonB.gif'; return true; " onmouseout="ourBeliefsButton.src='Images/Buttons/ourBeliefsButtonA.gif'; return true; "> <img src="Images/Buttons/ourBeliefsButtonA.gif" name="ourBeliefsButton" border="0" id="ourBeliefsButton" alt="Our Beliefs" width="120" height="40" /></a> </tr> <tr> <a href="Documents/fallNews03.pdf" onmouseover="newsButton.src='Images/Buttons/newsButtonB.gif'; return true; " onmouseout="newsButton.src='Images/Buttons/newsButtonA.gif'; return true; "> <img src="Images/Buttons/newsButtonA.gif" name="newsButton" border="0" id="newsButton" alt="News" width="120" height="40" /></a> </tr> <tr> <a href="ejw-products.htm" target="main" onClick="scrollTo(0,0)" onmouseover="productsButton.src='Images/Buttons/productsButtonB.gif'; return true; " onmouseout="productsButton.src='Images/Buttons/productsButtonA.gif'; return true; "> <img src="Images/Buttons/productsButtonA.gif" name="productsButton" border="0" id="productsButton" alt="Products" width="120" height="40" /></a> </tr> <tr> <a href="ejw-services.htm" target="main" onClick="scrollTo(0,0)" onmouseover="servicesButton.src='Images/Buttons/servicesButtonB.gif'; return true; " onmouseout="servicesButton.src='Images/Buttons/servicesButtonA.gif'; return true; "> <img src="Images/Buttons/servicesButtonA.gif" name="servicesButton" border="0" id="servicesButton" alt="Services" width="120" height="40" /></a> </tr> <tr> <a href="Documents/specials9-12-03.pdf" onmouseover="specialsButton.src='Images/Buttons/specialsButtonB.gif'; return true; " onmouseout="specialsButton.src='Images/Buttons/specialsButtonA.gif'; return true; "> <img src="Images/Buttons/specialsButtonA.gif" name="specialsButton" border="0" id="specialsButton" alt="Specials" width="120" height="40" /></a> </tr> <tr> <a href="ejw-templateSampleRequest.htm" target="_top" onClick="scrollTo(0,0)" onmouseover="sampleRequestButton.src='Images/Buttons/sampleRequestButtonB.gif'; return true; " onmouseout="sampleRequestButton.src='Images/Buttons/sampleRequestButtonA.gif'; return true; "> <img src="Images/Buttons/sampleRequestButtonA.gif" name="sampleRequestButton" border="0" id="sampleRequestButton" alt="Sample Request" width="120" height="40" /></a> </tr> <tr> <a href="ejw-MSDS.htm" target="main" onClick="scrollTo(0,0)" onmouseover="MSDSButton.src='Images/Buttons/MSDSButtonB.gif'; return true; " onmouseout="MSDSButton.src='Images/Buttons/MSDSButtonA.gif'; return true; "> <img src="Images/Buttons/MSDSButtonA.gif" name="MSDSButton" border="0" id="MSDSButton" alt="MSDS" width="120" height="40" /></a> </tr> <tr> <a href="ejw-technical.htm" target="main" onClick="scrollTo(0,0)" onmouseover="technicalButton.src='Images/Buttons/technicalButtonB.gif'; return true; " onmouseout="technicalButton.src='Images/Buttons/technicalButtonA.gif'; return true; "> <img src="Images/Buttons/technicalButtonA.gif" name="technicalButton" border="0" id="technicalButton" alt="Technical" width="120" height="40" /></a> </tr> <tr> <a href="ejw-locateDealer.htm" target="main" onClick="scrollTo(0,0)" onmouseover="locateDealerButton.src='Images/Buttons/locateDealerButtonB.gif'; return true; " onmouseout="locateDealerButton.src='Images/Buttons/locateDealerButtonA.gif'; return true; "> <img src="Images/Buttons/locateDealerButtonA.gif" name="locateDealerButton" border="0" id="locateDealerButton" alt="Locate Dealer" width="120" height="40" /></a> </tr> <tr> <a href="customer_login.asp" target="_top" onClick="scrollTo(0,0)" onmouseover="remoteLoginButton.src='Images/Buttons/remoteLoginButtonB.gif'; return true; " onmouseout="remoteLoginButton.src='Images/Buttons/remoteLoginButtonA.gif'; return true; "> <img src="Images/Buttons/remoteLoginButtonA.gif" name="remoteLoginButton" border="0" id="remoteLoginButton" alt="Remote Login" width="120" height="40" /></a> </tr> <tr> <img align = "left" border="0" src="Images/transPix.gif" width="26" height="8"> </tr> <tr> <img align = "left" border="0" src="Images/transPix.gif" width="17" height="20"> <a href="http://www.adobe.com/products/acrobat/readstep.html" target="_blank"> <img align = "center" border="0" src="Images/adobeLogo.gif" width="88" height="31"></a> </tr> <tr> <img align = "left" border="0" src="Images/transPix.gif" width="26" height="8"> </tr> <tr> <img align = "left" border="0" src="Images/transPix.gif" width="40" height="20"> <a target="_top" href="http://t.extreme-dm.com/?login=ejwelch"> <img src="http://t1.extreme-dm.com/i.gif" height=38 border=0 width=41 alt=""></a> </tr> </table> </td><td width="30"> <img align = "left" border="0" src="Images/transPix.gif" width="30" height="60"></td> <td> <div id="floatframe"> <iframe scrolling="no" src="ejw-companyInfo.htm" name=main id=main height="100%" width="100%" align="center"> If you can see this, your browser doesn't support IFRAMES. Please upgrade to the latest version of Internet Explorer or Netscape Navigator, or contact your network administrator for assistance.</iframe> </div> </nobr> </td> </tr> </table>

Hope that helps!
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote
Old 8th October 2003, 11:46 PM   #6

Username: jonDapron
Rank: WF101 Newbie
Join Date: Sep 2003
Posts: 21
Points: 0.00
Default thank you

I wanted to thank you for all of your help. I really appreciate this.
jonDapron is offline   Reply With Quote
Old 9th October 2003, 10:03 AM   #7
Mr. Tech's Avatar

Username: Mr. Tech
Rank: Problem Solver
Join Date: Dec 2004
Location: Gold Coast, Australia
Posts: 2,166
Points: 1,025.61
Send a message via MSN to Mr. Tech
Default

Have you added the table yet or do you need help?
__________________
Please read the Forum Rules

Get rewarded for posting
- free advertising!

.::. [ Webmaster Resources ] .::. [ Web Design ] .::. [ Developer Tutorials ] .::.
Mr. Tech is offline   Reply With Quote
Old 10th October 2003, 12:09 AM   #8

Username: jonDapron
Rank: WF101 Newbie
Join Date: Sep 2003
Posts: 21
Points: 0.00
Default still need a lil help...

Hi,
I added the exact code you gave me, and its definately a step in the right direction. The only remaining problems are: 1. the title seems to slowly sink under the iframe when the resolution is increased, ie how can i get the title-iframe spacing semi-fixed? and 2. i want the iframe to adjust to the width of the browser, but when i adjust the style px properties and change them to percentages, it disapears! As always, any help would be extremely appreciated. Thank you in advance!
jonDapron is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SEO: Internal Page Linking & PR Explained Mr. Tech Search Engine Discussion and Optimization 0 27th January 2005 01:17 PM
Page Effects USMCFR Website Design & Coding 1 1st November 2003 12:33 PM
404 error page problems sredhead Website Design & Coding 2 27th October 2003 08:38 PM
This site has no page rank in google? Reactor Promotion and Marketing 2 27th September 2003 12:44 PM
Parse error viper Server-Side Scripting & Databases 14 8th April 2003 09:56 AM

Login
User Name
Password


Featured Members


Featured Links


Useful Resources
Webmaster Resources
Developers Tools
Developer Tutorials


Partners

All times are GMT +10. The time now is 05:24 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.3.2
 
 
WEBMASTER FORUMS 101
ARCHIVE
CONTACT US
TOP
   
© Webmaster Forums 101 2005. All Rights Reserved.
Design by: vBCore