473,545 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Critique CSS layout (issues addressed)

I have addressed most of the issues listed in the responses to my last post
"Critique CSS layout (1st go - fingers crossed)". I'm rapt with the progress
I have made, thanks to all for your past critiques.

http://www.limelightstudio.com.au/iss/8/

The issues addressed:

- Nav uses <li> now
- No horizontal scroll in IE6 at 850-900 pixels
- Nav area not fixed, fluid now
- Added <h#> markup to replace <div>
- Changed CAPS
- Darker body text
- Changed footer layout & colour
- Made nav links different on hover
- Mis-alignment of banner in Opera

It's amazing how much easier CSS layout is when using the correct <h#>
markup....

Note: Links don't go anywhere. Font size has remained the same.
Jul 21 '05 #1
49 2353
rf
lime wrote:
http://www.limelightstudio.com.au/iss/8/


Why do you waste about 20% if my canvas, on the right hand side. Surely the
text could wrap near the right hand side of my window?

--
Cheers
Richard.
Jul 21 '05 #2
"rf" <rf@.invalid> wrote:
lime wrote:
http://www.limelightstudio.com.au/iss/8/


Why do you waste about 20% if my canvas, on the right hand side. Surely the
text could wrap near the right hand side of my window?


Limiting the length of a line is not unreasonable. Depending of the
size of the font, the outline of the font, the line height, the
inter-word spacing and the font-stretch, there is a point when lines
get too long for good readability.

You won't find a text printed with a 8pt ultra-condensed font with 1ex
line height on A4 landscape very readable, won't you?

Whether the line width chosen by lime is sensible, is
debatable. First of all, it is not dependant on the font
size. Someone with bad eyesight, who has overridden the font sizes to
something larger, will find it to short.

A better way would be something in the lines of
http://www.uni-koeln.de/~agr30/iss/l...om.auiss8.html

(tested in Opera and Firefox). You can zoom in and out without
destroying to layout (ctrl + Num+ and Num- in Firefox). Maybe lime can
consider something in these lines and reconsider to not touch the
fontsize for the content. Using s smaller size for things like the
page footer is OK, IMHO.

I too find many websites having too small a fontsize. Thanks god,
Opera allows to set a minimum fontsize that can not be overridden by
css (mine is set to 14px, which is also the 100% fontsize I configured).

Bye,
Martin
Jul 21 '05 #3
On Mon, 15 Nov 2004 12:32:43 GMT, rf <rf@.invalid> wrote:
lime wrote:
http://www.limelightstudio.com.au/iss/8/


Why do you waste about 20% if my canvas, on the right hand side. Surely
the text could wrap near the right hand side of my window?


Easy reading? I don't mind at all. Depends a lot on your window size I
suppose, but full length text isn't always a good thing...

Maybe adding:

min-width: 30em;

to the rules for #mmhidemiddlebo x might be nice.

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen

Jul 21 '05 #4
"Rijk van Geijtenbeek" <ri**@operaremo vethiz.com> wrote:
Why do you waste about 20% if my canvas, on the right hand side. Surely
the text could wrap near the right hand side of my window?


Easy reading? I don't mind at all. Depends a lot on your window size I
suppose, but full length text isn't always a good thing...

Maybe adding:

min-width: 30em;

to the rules for #mmhidemiddlebo x might be nice.


Let users determine for themselves what length of text they are
comfortable with, don't impose your preferences on others.

Btw, min-width isn't going to work for limiting width.

--
Spartanicus
Jul 21 '05 #5

"rf" wrote in message ...
lime wrote:
http://www.limelightstudio.com.au/iss/8/


Why do you waste about 20% if my canvas, on the right hand side. Surely
the
text could wrap near the right hand side of my window?


For you it may be wastage (such a pessimist aren't you ;o)) for me it was
limiting the length of text for readability.
Jul 21 '05 #6
Spartanicus wrote:
Let users determine for themselves what length of text they are
comfortable with, don't impose your preferences on others.
Users shouldn't be forced to resize their window to get a comfortable
line length when authors can make a suggestion. MSIE/Win users will be
left out, but those with decent browsers can benefit from better
readability.
Btw, min-width isn't going to work for limiting width.


Heh, no, max-width might work better. ;-)

p {max-width: 32em}

--
Brian (remove "invalid" to email me)
Jul 21 '05 #7
In comp.infosystem s.www.authoring.stylesheets Brian said:
Let users determine for themselves what length of text they are
comfortable with, don't impose your preferences on others.
Users shouldn't be forced to resize their window to get a comfortable
line length when authors can make a suggestion.


in short: piss off.

i know what length i'm comfortable reading. stop trying to force what
you think is best on me. everyone is an individual with their own
individual preferences and this media can easily accommodate all of
them. get out of your print media mentality of one size must fit all.

--
the facts and opinions expressed by brucies
l i t t l e v o i c e s
are not necessarily the same as those held by brucie.
Jul 21 '05 #8

"Martin Bialasinski" wrote in message ...
lime wrote:
http://www.limelightstudio.com.au/iss/8/

A better way would be something in the lines of
http://www.uni-koeln.de/~agr30/iss/l...om.auiss8.html

(tested in Opera and Firefox). You can zoom in and out without
destroying to layout (ctrl + Num+ and Num- in Firefox). Maybe lime can
consider something in these lines and reconsider to not touch the
fontsize for the content. Using s smaller size for things like the
page footer is OK, IMHO.


Hi Martin, thanks for your effort. I've saved the CSS you've created to have
a more detailed look later on to learn what you have done there.

I agree about the footer text - leaving that smaller and I will do a version
with 100% body text too.
I too find many websites having too small a fontsize. Thanks god,
Opera allows to set a minimum fontsize that can not be overridden by
css (mine is set to 14px, which is also the 100% fontsize I configured).

Bye,
Martin

Jul 21 '05 #9
"Rijk van Geijtenbeek" wrote in message...
rf wrote:
lime wrote:
http://www.limelightstudio.com.au/iss/8/


Why do you waste about 20% if my canvas, on the right hand side. Surely
the text could wrap near the right hand side of my window?


Easy reading? I don't mind at all. Depends a lot on your window size I
suppose, but full length text isn't always a good thing...

Maybe adding:

min-width: 30em;

to the rules for #mmhidemiddlebo x might be nice.


I will give that a go as well (I think that's what Martin did in his version
of the page too)
Jul 21 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.