![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello i have gor an css problem, i want to use a fixed font size and i pur |
|
body { font-size: 70%; font-family: verdana, helvetica, sans-serif; } doesnt work, if i change the size in explorer to smaller or bigger, it still changes |
#3
| |||
| |||
|
|
Hello i have gor an css problem, i want to use a fixed font size and i pur this in the head style body { font-size: 70%; font-family: verdana, helvetica, sans-serif; } (more style snipped) /style doesnt work, if i change the size in explorer to smaller or bigger, it still changes why? Danny |
#4
| |||
| |||
|
|
Using a fixed font size is a definite no-no. Maybe your design looks very pretty on your computer, but have you considered how it might look at 127 dpi on a high resolution display? Or to one of the _millions_ of people out there who have trouble reading small print? These days browsers have font settings in their preferences that allow users to choose a font size that suits them. That would presumably correspond to a size of "100%". So why are you shrinking all the body text to 70%? Is your website full of legal small print that you don't want anyone to read? The ability to change the text size in browsers is very useful. Don't try and disable it. |
![]() |
| Thread Tools | |
| Display Modes | |
| |