| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Nov 2006
Posts: 7
|
Fixed layout for 1024x768 question
Hi all, I'm coding my first site for a photographer friend of mine, and I told him about the 800x600, etc etc res and that about 15% of internet users will be using 800x600. He still decided to optimise it for 1024x768 users, for reasons of his own. Now I'm just doing this to learn myself in the process, so I went along with his decision. I then designed the page in photoshop with 1024x768 in mind - i later discovered (beginners stupidity) that the width was all ok however the 768pixels i had coded for, would obviously not fit in the browser window height on a 1024x768 desktop. Now I really like the site in this fixed layout as it uses some fixed images, but it loses its effect if you have to scroll down. My questions are a) Is it ok to code fixed layouts for graphic intensive sites? b) If I'm optimising for 1024x768, do I design the site in such a way that it would fit in a the browser window exactly, or just go with the scrolling? c) If I design it to fit exactly, is there a known pixel size that is used for it to fit in a full screen browser window operating on a 1024x768 desktop? Or does it not make sense since most browsers will have differing heights etc? Thanks! |
|
|
|
|
|
#2 (permalink) | |
|
blam blam
Join Date: Aug 2006
Location: ann arbor, mi usa
Posts: 525
|
Quote:
a) sure, why not. liquid is usually better, but also usually more time consuming, and requires a few aesthetic compromises from time to time. b) shoot for safe dimensions, below the res. like maybe width = 980px, and allow for variable margin, since if each browser viewport has different dimensions. or if you have large or small browser toolbars, or extra toolbars (i.e. web developer toolbar for FF) c) N/A (see above) |
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Nov 2006
Posts: 7
|
yes width's ok i think i'm managing.. i'm more confused regarding what height - whether to try make it look good on one page with fixed heights, or give up and try and design it keeping in my mind that the user will be scrolling vertically probably |
|
|
|
#9 (permalink) |
|
Registered User
Join Date: Jul 2006
Posts: 21
|
Hi, Google 'webmonkey browser size' (sorry, DT forum wasn't letting me post URLs to other sites for some wierd reason Click on the link that says Sizing Up the Browsers at the webmonkey website. It's basically an intro to how you could treat a web page in various resolutions, browsers and platforms. An old site site as 640x480 is no longer used anymore! I hope it helps. |
|
![]() |