![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
... The trouble with percentage width is often that it does not relate well to stable content. Imagine a user is happy with his font-size, but changes his browser width. The width of a column he could perfectly well read before is now unnecessarily wide. This growth serves no function here. Compare this with sizing a side column in ems. Here the width will not grow just because the user widens his window. And this is perfect if it was perfectly adequate before. Compare it also with sizing a col in pixels, the same thing applies in respect to these conditions. One downside of em widthing is that the col grows wider on text up! Yes, that is what it is meant to do. But this is not always what is best for a side column. Better sometimes for it to be fixed in px and the text wrap earlier. Sure, the danger is it will spill out if the text is upped real big. Your job is to catch the likelihoods and allow sufficient room, nothing is perfect. So, it is all swings and roundabouts. If I have time later, I will take another look. Thank-you for those thoughts. With CSS it seems to be all "swings and |
#22
| |||
| |||
|
|
dorayme wrote: ... The trouble with percentage width is often that it does not relate well to stable content. Imagine a user is happy with his font-size, but changes his browser width. The width of a column he could perfectly well read before is now unnecessarily wide. This growth serves no function here. Compare this with ...Your job is to catch the likelihoods and allow sufficient room, nothing is perfect. So, it is all swings and roundabouts. If I have time later, I will take another look. Thank-you for those thoughts. With CSS it seems to be all "swings and roundabouts". Ok, I have taken two buttons and reduced min width from 80em to 60em, which should fix most of the width issue (74em for IE), perhaps even in FF2. Actually, I think this configuration of the buttons makes more sense too. Is this better? |
#23
| ||||
| ||||
|
|
(when there is room for generosity). I notice that you have a number of boxes on the left and each has a left padding it seems. The background is all white so you could reduce the padding a bit. .mnupannelleft{ padding: 0; margin-top: 80px; margin-right: 18px; text-align: right; font-size:.9em; } I would be inclined to bring down the text size of the left side information a touch. It is not for general reading and .9 or .85em would be fine, especially as you bold various important bits. |
|
I notice the font size system you use keeps enraging some folks <g>. |
|
What is ultimately important is the result for the user. Your text is all pretty good. |
|
For what it is worth, I favour a very simple system, in the CSS 100% for body, tweak just very few things up or down, body text leave well alone to enjoy the 100%, navigation, especially horizontal strip ones I mostly bring down to .85 or .9 unless there are very few list items, headings vary of course and that is that. The obvious advantage of this for the author is that it is dead simple to do and maintain. |
#24
| |||||
| |||||
|
|
Stan Brown wrote: So you are saying that someone should change their browser to compensate for bad Web page authoring? Yeah, that's gonna be real popular with your visitors. What I suspected and the author has admitted, was he was just 'sounding off' (and rather off topic too). |
|
I actually am not aware of anyone who says the page is unreadable. The only hard evidence in support of an observable problem has been the min-font size in FF2 |
|
which if set caused the fonts to appear unnecessarily large. This was fixed in FF3. |
|
I have as you should be aware, made a considerable effort to make my site work in a number of browsers. |
|
FireFox 2 will work well with default settings. |
#25
| |||
| |||
|
|
Ed Mullen wrote: David Morris wrote: dorayme wrote: resolution is 1280 x 1024. But I don't necessarily want to always use my browser full screen. My minimum font size in SeaMonkey is 13. http://edmullen.net/temp/dm.jpg I tried to replicate your screen shot in FF3, and the center column text was visible as per my previous comments, in fact I then set min size to 14 and it was still visible. Since Sea Monkey is based on Mozilla code, is it possible that Sea Monkey is using FF2? |
#26
| |||
| |||
|
|
Ed Mullen wrote: David Morris wrote: dorayme wrote: resolution is 1280 x 1024. But I don't necessarily want to always use my browser full screen. My minimum font size in SeaMonkey is 13. http://edmullen.net/temp/dm.jpg I tried to replicate your screen shot in FF3, and the center column text was visible as per my previous comments, in fact I then set min size to 14 and it was still visible. Since Sea Monkey is based on Mozilla code, is it possible that Sea Monkey is using FF2? |
#27
| |||
| |||
|
|
Ok, I have taken two buttons and reduced min width from 80em to 60em, which should fix most of the width issue (74em for IE), perhaps even in FF2. |
#28
| |||
| |||
|
|
David Morris wrote: Ed Mullen wrote: David Morris wrote: dorayme wrote: resolution is 1280 x 1024. But I don't necessarily want to always use my browser full screen. My minimum font size in SeaMonkey is 13. http://edmullen.net/temp/dm.jpg I tried to replicate your screen shot in FF3, and the center column text was visible as per my previous comments, in fact I then set min size to 14 and it was still visible. Since Sea Monkey is based on Mozilla code, is it possible that Sea Monkey is using FF2? I just compared FF and Sm. they both can force horizontal scrolling if their windows are compressed enough. However, it's not as bad as when I took that screen shot so I must assume you've changed something. Yes, as discussed elseware in the thread, though my initial response was |
#29
| |||
| |||
|
|
For what it is worth, I favour a very simple system, in the CSS 100% for body, tweak just very few things up or down, body text leave well alone to enjoy the 100%, navigation, especially horizontal strip ones I mostly bring down to .85 or .9 unless there are very few list items, headings vary of course and that is that. The obvious advantage of this for the author is that it is dead simple to do and maintain. I do wonder if this is why I have problems trying to change the fonts sizes in authorit.css. They grow and shrink rather unexpectedly for me, though this is probably a result of me not all together getting descendants in CSS when using ems (c.f. 6.1.2 Computed values and 6.2 Inheritance in the spec) more than anything. Doing it for simplicity is, ironically, exactly the reason I did this in the first place, that is, to make doing the menu easier as 1.2em equals 12px -- so any change now won't be with out a lot of pain. |
#30
| |||
| |||
|
|
David Morris wrote: Why do you think 64em should *ever* equal 768px? There is absolutely no relationship between em and px. This is your downfall - expecting everyone to use particular browser default text sizes. |
![]() |
| Thread Tools | |
| Display Modes | |
| |