Forum Moderators: phranque
I just took a look around approx 40 large corporate websites and see that the majority are created with a fixed 800px(approx.) width.
But what surprises me is that nearly 75% of these are then justified to the left margin rather than the centre. It seems obvious that as soon as the browser area is anything > 800px that the background should be evenly distributed on the left and the right.
Have these designers done this deliberately or otherwise?
I would value any comments from you experienced and knowledgeable guys.
Mark Barrett
The BBC site was not in my sample of 40 but it is exactly representative of the point I was making.
And I do agree that it doesn't look in any way offensive on the eye. But at the same time it is a bit illogical to have a "blank piece of paper" and tie everything to the left hand side.
My gut feeling is that for a project I am about to start I will centre justify the pages. But in the knowledge that either is acceptable.
On the basis that it would be so quick to change between the two I might even do a couple of pages justified to the left and sound out the opinion of the users. There may be something in the human psyche that we are happy to have our eyes drawn to the left.
I am still interested in any other viewpoints.
Mark
I thought I'd have a quick look at the experts as well. I looked at wolff Olins (one of the biggest branding companies in the UK) - they're centred, but their (US) parent company (OmniCom) are left aligned.
Horses for courses.
Have these designers done this deliberately or otherwise?
An old trick before CSS was fully supported was to use the background image as an integral part of the design. So if you want a gray vertical bar at the left and a black background, you create a 1px tall X 1600px wide gif; the first 100 pixels or so are gray, the rest are black. The BG strip then "tiles" vertically down the page creating a solid bar left/black bg right canvas. Over this you superimpose a table layout with the navigations links in the left column and voila - you've created a wonky left-side nav bar.
A lot of people still use this trick, and it sometimes gets to be a habit and gets left that way even if you're not doing the background image integration.
That is so interesting that someone has actually done research on this. I certainly concur with their findings - my own feeling is that people's eyes naturally hang slightly to the left of the screen.
Even if I centre a webpage I will be thinking about priority content being biased to the left side.
M
The Western World uses to write and read from left to right, so on a text-rich page it may help to be left-justified with a fixed margin near the browser's window border, as the eye would expect this more than a variable left margin.
A good example is www.google.com/:
Their main page with just the search box on an otherwise nearly blank page is centered, but their text-rich SERPs are left justified.
Regards,
R.