![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
(whoever heard of a box with the padding outside of it?) |
#12
| |||
| |||
|
|
On 2007/12/14 09:04 (GMT) Ruth apparently typed: (whoever heard of a box with the padding outside of it?) Hmmm. Virtually every time I buy stuff online that comes in boxes or other packaging, it goes into another bigger box - surrounded by - padding!!! :-) Padding is a layer between something and something else. As to any particular box, whether it is inside or outside is normally happenstance, but in the CSS standards, it looks like a choice was made for padding to make something take more space rather than stealing some space from a given amount of space. Makes sense to me. |
#13
| |||
| |||
|
|
Ok, great... ;-) Put the words "pixel precision" in the dumpster. |
#14
| |||
| |||
|
|
dorayme wrote: "Beauregard T. Shagnasty" <a.nony.mous (AT) example (DOT) invalid> wrote: Ok, great... ;-) Put the words "pixel precision" in the dumpster. One needs to be careful doing this. You would then have no means of reminding yourself not to crave pixel perfection, some of the crucial words needed would be missing. Precision, perfection ... potato, potahto ... |
#15
| |||
| |||
|
|
Ruth wrote: Original table based website (yes, i know!) http://www.brianbarr.co.uk New css-ly structured version as above but add /testsite I don't have Verdana. Please read this: http://k75s.home.att.net/fontsize.html Test it yourself by removing Verdana from your font settings. It is unreadable. Oh, you don't have to assign font-family so often. Set it just once in the body. You have too much pixel-precision. Think about flexible design. On my wide-screen monitor, it's just a skinny column in the center. http://allmyfaqs.net/faq.pl?AnySizeDesign The icons on the right links look cartoonish to me. Oh, please don't top-post. -- -bts -Motorcycles defy gravity; cars just suck |
#16
| ||||
| ||||
|
|
Ruth wrote: "Beauregard T. Shagnasty" wrote: I don't have Verdana. Please read this: http://k75s.home.att.net/fontsize.html Thanks everyone for your comments. My next attempt - trying to make it more flexible, is it www.brianbarr.co.uk add /testsite/relative/ I see: p { font-size: 85%; <-- Use 100% for content [1] font-style: normal; <-- Default; not needed |

|
... a { text-decoration: none; <-- Force me to wave mouse around looking for links? [2] |
|
... a:hover { text-decoration: underline; <-- Ahh. There they are. 1. If the content seems too large in your browsers, change your own preferred size to something you like, but don't mess with mine. Same applies to your client, if s/he thinks 100% is large. 2. There are two things surfers know how to do: click on links if they can find them use their Back button [3] If you change the default behaviour of these, you stand to lose visitors. 3. Breaks, if you open new windows. um, sorry to be thick...but what do you mean? |
|
-- -bts -Motorcycles defy gravity; cars just suck |
#17
| |||||||
| |||||||
|
|
Ruth wrote: "Beauregard T. Shagnasty" wrote: p { font-size: 85%; <-- Use 100% for content [1] font-style: normal; <-- Default; not needed mmm, not sure, it looks HUGE! You didn't read Note 1 below. |
|
don't i get any say from a design (rather than usability!) point of view ![]() If your visitors can't use it, what difference does the design matter? You are dispensing information, not fluff. |
|
a { text-decoration: none; <-- Force me to wave mouse around looking for links? [2] Well I have no problems underlining the links, but I have used underlining to highlight the access keys on each link which looks the best out of everything I've tried, so what do you reckon? Underline the links. Maybe use a different color on the accesskeys, or a double underline. |
|
a:hover { text-decoration: underline; <-- Ahh. There they are. You can also use a different color on hover. 1. If the content seems too large in your browsers, change your own preferred size to something you like, but don't mess with mine. Same applies to your client, if s/he thinks 100% is large. 2. There are two things surfers know how to do: click on links if they can find them use their Back button [3] If you change the default behaviour of these, you stand to lose visitors. 3. Breaks, if you open new windows. um, sorry to be thick...but what do you mean? Consider that a lot of people use maximized windows. A new window completely covers the existing one. There is no "Back" to go to. http://www.useit.com/alertbox/990530.html see point 2. |
|
I removed all your font sizing except the 90% on the right links, and on the headers. It becomes legible. That multiple-red menu box near the top was flyspecks prior to that. I also increased your max width from 48em to 60em. |
|
ps - new icons - better? also still waiting for any info about why my content header is so close to the menu above. Yes, they are better icons. What text do you mean by the 'content header'? |
|
Change your footer text size to 85%. -- -bts -Motorcycles defy gravity; cars just suck |
#18
| |||||||
| |||||||
|
|
Ruth wrote: "Beauregard T. Shagnasty" wrote: If your visitors can't use it, what difference does the design matter? You are dispensing information, not fluff. Ok, you've made your point. Anyway, come on, what percentage of users can't see it AT ALL? There is no reliable way to discern that answer. How many blind people surf the web? |
|
Underline the links. Maybe use a different color on the accesskeys, or a double underline. Ok, underline links in content, but even our friend Nielson doesn't think that you have to underline navigational links. And I really do think those are obvious. If it looks like a menu, no, you don't have to use underlines. I was speaking about the links in the text. |
|
3. Breaks, if you open new windows. um, sorry to be thick...but what do you mean? Consider that a lot of people use maximized windows. A new window completely covers the existing one. There is no "Back" to go to. http://www.useit.com/alertbox/990530.html see point 2. Ah, I think I know what you mean. None of the links are in place yet (there is just a placeholder #) so if I understand what you mean correctly the problem is only temporary. Opening new windows is a terrible idea. But my mention of it was only to show the "two things" that everyone knows. Clicking links, and using Back button. |
|
I removed all your font sizing except the 90% on the right links, and on the headers. It becomes legible. That multiple-red menu box near the top was flyspecks prior to that. I also increased your max width from 48em to 60em. Ah, but 60em (as amended) has horizontal scrolling if someone is viewing the site at 800 x 600. So we can't have it all ways. So then set a left and a right margin and let it float to whatever the browser window size is, rather than attempt to make it a static size. I've a 22" widescreen (1680px) and my browsers are usually just a bit over half that wide. |
|
ps - new icons - better? also still waiting for any info about why my content header is so close to the menu above. Yes, they are better icons. What text do you mean by the 'content header'? Sorry, I meant the bit in the H1 tag (content header, as opposed to page header) which currently says "Brian Barr Solicitors are the leading firm for chronic pain and fatigue victims in England and Wales." This seems to be ok with a non-breaking space, but I'm sure there is a more elegant css way of doing it. I still don't know what you mean. That text looks fine to me just as it is (last time I looked). |
|
Change your footer text size to 85%. ..as it is too small to read. |
|
-- -bts -Motorcycles defy gravity; cars just suck |
#19
| ||||
| ||||
|
|
Ruth wrote: snip |
|
Since most of the people whose surfing habits I know are in my age group (think 'retired' people), I note that they appreciate not visiting sites with micro-text. These people might also be your prime visitors. Do young people with good eyesight often suffer from chronic pain? (Don't know... never had the pleasure. <g>) |

|
I think we might have to agree to disagree on this one, but I'll do some more research. Sounds like a plan. Just looked at your page again, and it is much better .. easier to read. The 60em width helps, too. |
|
snip rest -- -bts -Motorcycles defy gravity; cars just suck |
#20
| |||
| |||
|
|
"Beauregard T. Shagnasty" wrote in message: If your visitors can't use it, what difference does the design matter? You are dispensing information, not fluff. Ok, you've made your point. Anyway, come on, what percentage of users can't see it AT ALL? |
|
I removed all your font sizing except the 90% on the right links, and on the headers. It becomes legible. That multiple-red menu box near the top was flyspecks prior to that. I also increased your max width from 48em to 60em. Ah, but 60em (as amended) has horizontal scrolling if someone is viewing the site at 800 x 600. So we can't have it all ways. |
![]() |
| Thread Tools | |
| Display Modes | |
| |