Resolution problem

This is a discussion on "Resolution problem" within the Web Page Design section. This forum, and the thread "Resolution problem are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 11th, 2008, 12:06
Junior Member
Join Date: Jan 2008
Location: The other side of your monitor
Age: 19
Posts: 29
Blog Entries: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Post Resolution problem

I've seen website layouts that keep to the same size no matter the resolution. How does that happen?
Last Blog Entry: Damn computer of mine.. (Jul 7th, 2008)
Reply With Quote

  #2 (permalink)  
Old Mar 11th, 2008, 13:58
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,296
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: Resolution problem

moved to css forum
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #3 (permalink)  
Old Mar 11th, 2008, 14:01
frinkky's Avatar
Design Admin
Join Date: Oct 2006
Location: Southampton
Age: 30
Posts: 271
Blog Entries: 2
Thanks: 2
Thanked 2 Times in 2 Posts
Send a message via MSN to frinkky Send a message via Skype™ to frinkky
Re: Resolution problem

Do you mean a fixed width? rather than 'fluid' which stretches horizontally to fill up the browser?

This is generally controlled by css, and tends to involve having a wrapper around the whole site for example:

Code: Select all
 #wrapper {
width:750px;
margin:0 auto 0 auto;
}
What this does is is keep the content at a 750px width and the 2 auto margins stretch out left and right from each side of the wrapper to reach the browser edge.
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
Reply With Quote
  #4 (permalink)  
Old Mar 11th, 2008, 20:40
Junior Member
Join Date: Jan 2008
Location: The other side of your monitor
Age: 19
Posts: 29
Blog Entries: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Resolution problem

Yeah i meant a fixed width. Thanks for the CSS frinkky
Last Blog Entry: Damn computer of mine.. (Jul 7th, 2008)
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen resolution problem jadebleh Starting Out 5 Nov 21st, 2007 21:50
screen resolution RZX Developer Web Page Design 14 Aug 29th, 2007 18:38
Resolution Problems Michaeln Web Page Design 4 Apr 22nd, 2007 16:07
Which resolution you designing for? chubbs Web Page Design 19 Nov 17th, 2006 06:12
Resolution Fix Udabar JavaScript Forum 6 Apr 10th, 2006 02:23


All times are GMT. The time now is 07:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43