Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old August 5th, 2004, 09:12 AM
Stuart_Chaffe Stuart_Chaffe is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 9 Stuart_Chaffe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 26 sec
Reputation Power: 0
Cool Auto-adjust page image

Hi again,

I am really new to this web design game and just getting the hang of the
easy stuff!! Think I am right in saying that, when using Dreamweaver MX 2004,
if you create a page using tables, if you apply the size of 100%, what ever
screen resolution you use the web page will fit the screen.
Unfortunately in my new website I have not used tables, just layers and after
looking on the internet for hours, cannot find how to auto-adjust the pages AT
ALL!!

Think that makes sense!?!

Thanks
Stu

Reply With Quote
  #2  
Old August 5th, 2004, 09:49 AM
EiSa EiSa is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Norway
Posts: 184 EiSa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 22 m 24 sec
Reputation Power: 6
I would not say unfortunately, because tables are for tabular data, not design. Also, "if you apply the size of 100%, what ever screen resolution you use the web page will fit the screen" it could look's like this is correct, but not if you are using doctype (which you should):
http://www.alistapart.com/articles/doctype/

But to the point, have you coded the design by hand, or have you used MX to create and position the div's (layers)?

If you are going into designing table-less (which I recommend), it's time to drop MX's "auto-coding" and do this by hand. It can be hard in the beginning, but it's better to understand what's going on.

Your problem can be solved by using CSS and/or different thinking. But there isn't a universal answer, it depends on the design what will be the best solution. Do you have this website "live" anywhere?
__________________
Strictly CSS | Poker Cognac XO

Reply With Quote
  #3  
Old August 5th, 2004, 09:57 AM
Stuart_Chaffe Stuart_Chaffe is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 9 Stuart_Chaffe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 26 sec
Reputation Power: 0
Thanks for your reply,

The website is live now:- www.idn.co.uk (non-flash version) I have been looking at CSS only today for the first time and it seems quite daunting to start with!!! Again I don't have any experience of writting HTML coding and have done this purely by Dreamweaver self-coding, positioning layers and images individually. Does this help you help me????

Thanks again for your help!

Stu

Reply With Quote
  #4  
Old August 5th, 2004, 01:05 PM
EiSa EiSa is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Norway
Posts: 184 EiSa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 22 m 24 sec
Reputation Power: 6
CSS can be daunting to start with, but when you get a grip on it you don't have to use javascript for rollover-effects no more, your pages will load faster etc.

But I'm not sure if I understand what you wan't to do here, 100% height, 100% width or what?

Reply With Quote
  #5  
Old August 6th, 2004, 03:23 AM
Stuart_Chaffe Stuart_Chaffe is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 9 Stuart_Chaffe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 26 sec
Reputation Power: 0
Cool

What I want is, when a user goes to the website, the page fills the whole screen, no matter what resolution, as simple as that.

Reply With Quote
  #6  
Old August 6th, 2004, 03:26 AM
Stuart_Chaffe Stuart_Chaffe is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 9 Stuart_Chaffe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 26 sec
Reputation Power: 0
Cool

So how do I get started with CSS

Reply With Quote
  #7  
Old August 6th, 2004, 03:47 AM
EiSa EiSa is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Norway
Posts: 184 EiSa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 22 m 24 sec
Reputation Power: 6
Well, this can be complicated, but nothing is impossible.

Making a CSS-design 100% height with header and footer:
http://www.bzabza.com/css/1/

Easy solution for creating a design with 3-columns:
http://www.ssi-developer.net/main/templates/3col.shtml

I don't think you can use position absolute etc. for ex. right column, you must use float since it shall be scalable.

You must drop MX-created code and do this by hand. It took me a long weekend to create my first CSS-design, but I'm still learning. You must also test your design in different browsers, they doesn't handle things equally, ex. padding. Put all CSS in a seperate file, then the design will be loaded only once because it will be cached.

And if you aren't convinced that CSS is something for you, read this:
http://www.hotdesign.com/seybold/

Reply With Quote
  #8  
Old April 16th, 2005, 12:58 AM
bonneybhuyan bonneybhuyan is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 1 bonneybhuyan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 3 sec
Reputation Power: 0
Auto adjust of screen resolution

Quote:
Originally Posted by Stuart_Chaffe
What I want is, when a user goes to the website, the page fills the whole screen, no matter what resolution, as simple as that.


Hi Chaffe,
I am new into the web disign. I have the same problem of auto adjust. Developed the site at 1024X768 resolution. Not fitting into 800X600 screen. If you have the solution pls give me the link.
thanks/Bonney

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Development > Auto-adjust page image


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway