![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I work for a local council and have recently been part of the project for a new website design which went live at the end of september at www.tauntondeane.gov.uk. I set the relative sizes on the CSS so that the page would be best sized with Microsoft IE set to view:text size:Medium(which I assume is the default value) as not many people know that the size of the browser text can be changed. We have had some complaints that the text is to small when being viewed on AOL browsers. We have also be told (which I sort of already knew) that those who know how to change the text size setting have noticed a big gap between the difference in text sizes (larger being Huge and smaller being unreadable) I have been working for the last couple of days to try and find a way of reducing the gap between the view sizes but have only be able to do this by setting the CSS relative font sizes so that what I consider normal appears when the text size in IE is set to small. I hope there is some one out there who can help or agrees that this will happen. |
#3
| |||
| |||
|
|
Hello, I work for a local council and have recently been part of the project for a new website design which went live at the end of september at www.tauntondeane.gov.uk. [snip] |
|
Cheers Luke |
#4
| |||
| |||
|
|
Hello, I work for a local council and have recently been part of the project for a new website design which went live at the end of september at www.tauntondeane.gov.uk. I set the relative sizes on the CSS so that the page would be best sized with Microsoft IE set to view:text size:Medium(which I assume is the default value) as not many people know that the size of the browser text can be changed. We have had some complaints that the text is to small when being viewed on AOL browsers. We have also be told (which I sort of already knew) that those who know how to change the text size setting have noticed a big gap between the difference in text sizes (larger being Huge and smaller being unreadable) I have been working for the last couple of days to try and find a way of reducing the gap between the view sizes but have only be able to do this by setting the CSS relative font sizes so that what I consider normal appears when the text size in IE is set to small. I hope there is some one out there who can help or agrees that this will happen. Cheers Luke |
#5
| |||
| |||
|
|
Just have to ask, under "report it" (www.tauntondeane.gov.uk. ) what is Fly-tipping? I heard of cow tipping but not fly tipping :-) |
#6
| |||
| |||
|
|
"Luke Duddridge" <luke (AT) 12-monkeys (DOT) freeserve.co.uk> wrote in message news:fa370f0.0310030706.14c25d4e (AT) posting (DOT) google.com... www.tauntondeane.gov.uk. We have also be told (which I sort of already knew) that those who know how to change the text size setting have noticed a big gap between the difference in text sizes (larger being Huge and smaller being unreadable) |
|
I have been working for the last couple of days to try and find a way of reducing the gap between the view sizes but have only be able to do this by setting the CSS relative font sizes so that what I consider normal appears when the text size in IE is set to small. |
#7
| |||
| |||
|
|
kchayka wrote: You have triggered a bug in IE that shows itself when font-size is set in em units. The fix is a 1-liner: body {font-size:100%} I have heard about a bug when setting font size using em as well. My question is: If body {font-size:100%} is used can the rest of the stylesheet use em's to handle font-size OR should the entire stylesheet avoid using em's for font-size. I assume its the former but now that it has been brought up it would be nice to nail this one down for sure. |
#8
| |||
| |||
|
|
You have triggered a bug in IE that shows itself when font-size is set in em units. The fix is a 1-liner: body {font-size:100%} |
#9
| |||
| |||
|
|
Nikolaos Giannopoulos wrote: I have heard about a bug when setting font size using em as well. My question is: If body {font-size:100%} is used can the rest of the stylesheet use em's to handle font-size OR should the entire stylesheet avoid using em's for font-size. I assume its the former but now that it has been brought up it would be nice to nail this one down for sure. why are people so keen to find a way to use em for font size?...if you start from no body text size definition at all then there are few (if any) inheritance issues with using % for headers and small print... |
|
em is surely intended primarily for setting the size of other design elements in relation to the font size, not for setting the font size itself |
#10
| |||
| |||
|
|
In message <fa370f0.0310030706.14c25d4e (AT) posting (DOT) google.com>, Luke Duddridge <luke (AT) 12-monkeys (DOT) freeserve.co.uk> writes Hello, I work for a local council and have recently been part of the project for a new website design which went live at the end of september at www.tauntondeane.gov.uk. [snip] Cheers Luke Just wondering. The page www.tauntondeane.gov.uk contains a 'W3C HTML 4.01' validation flag. Running the page through the w3c validator gives: "This page is not Valid HTML 4.01 Transitional!" ....... followed by a list of the 13 errors that need fixing. regards. |
![]() |
| Thread Tools | |
| Display Modes | |
| |