| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Great Scott!!
Join Date: Feb 2008
Posts: 223
|
em or px?
just found this: http://riddle.pl/emcalc/ and was considering turning all my pixel measurements to em's, do you think this is a good idea? |
|
|
|
|
|
#5 (permalink) | |
|
Great Scott!!
Join Date: Feb 2008
Posts: 223
|
Quote:
do you mean in my code? or in my browser? I was just going to use the em calc to work out all the measurements for my whole site, so it should dynamically shift for extra usability |
|
|
|
|
#7 (permalink) | |
|
Senior Member
Join Date: Oct 2004
Location: Bristol
Posts: 3,155
|
Quote:
Not heard of that before |
|
|
|
|
#8 (permalink) |
|
goober :-)
|
What i mean is, use a percentage to set your base font size for your body tag. IE body { font-size: 100%; }, then use ems to set your font sizes in your content ( p.someclass { font-size: 0.75 em; } ). Its good to set a base font size for your body tag. This helps to keep things consistent across browsers, but setting that size to less than 100% makes IE6 scale fonts irregularly when people change their font size in their browser (IE, to larger, largest, smaller, smallest). Using 100% or higher keeps these changes consistent across browsers. My signature sucks.
|
|
|
|
#9 (permalink) | |
|
goober :-)
|
Quote:
I read about it a while ago, and then we had a woman in here to talk to us yesterday from the RNIB about all this stuff, and she said it as well. Its one of those little things that is worth knowing. My signature sucks.
|
|
|
|
|
#11 (permalink) |
|
now with added beard
Join Date: Mar 2004
Location: Liverpool
Posts: 5,273
|
i've not heard that one either .. and can't say i've noticed it do anything to IE ... does anyone know why Opera 9 displays all my text as abnormally HUGE ? is that related to 62.5% at all ? fuck signatures
|
|
|
|
#13 (permalink) | |
|
Senior Member
Join Date: Oct 2004
Location: Bristol
Posts: 3,155
|
Quote:
No, images will look awful |
|
|
![]() |