![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
font size scales when I change the browser's font size and the text moves from where I need it. |
#3
| |||
| |||
|
|
"Dave (DreamIsle)" <davmillar (AT) gmail (DOT) com> writes: font size scales when I change the browser's font size and the text moves from where I need it. That's how HTML and web browsers are *supposed* to work. It's kind of like having to use NTSC-safe colors if you're broadcasting a TV show in the US, or being limited to two channels if you're mastering an audio CD. You have to work within the limitations of your chosen medium. If you need perfect layout, you need to use a document format that supports that, such as PDF. sherm-- -- Cocoa programming in Perl: http://camelbones.sourceforge.net Hire me! My resume: http://www.dot-app.org |
#4
| |||
| |||
|
|
Hello. I'm working on a layout that I need to be pixel specific. How can I get the font to stay precisely the height I need? Specifying line-height or font-size in px doesn't yield the results I need. The font size scales when I change the browser's font size and the text moves from where I need it. |
#5
| |||
| |||
|
|
Hello. I'm working on a layout that I need to be pixel specific. How can I get the font to stay precisely the height I need? Specifying line-height or font-size in px doesn't yield the results I need. The font size scales when I change the browser's font size and the text moves from where I need it. Given the variation in how browsers handle font sizing, you can't get |
#6
| |||
| |||
|
|
Why would one use pixels to specify a font size if the font won't stay that size? |
#7
| |||
| |||
|
|
I understand that you have to work in certain limitations, but you're full of crap if you think that that's how HTML and web browsers are *supposed* to work. |
|
Why would one use pixels to specify a font size if the font won't stay that size? |
#8
| |||
| |||
|
|
IE handles px and pt correctly by not resizing them (although that may be overridden). Other browsers (incorrectly) resize everything as a favor to users because designers insist on making text too small to read. |
#9
| |||
| |||
|
|
Jim Moe wrote: IE handles px and pt correctly by not resizing them (although that may be overridden). Other browsers (incorrectly) resize everything as a favor to users because designers insist on making text too small to read. Can you point me to the passage in the CSS specs where they say that text zooming is forbidden for px and pt values? Text zooming is a different thing than changing the default text size. |
#10
| |||
| |||
|
|
I understand that you have to work in certain limitations, but you're full of crap if you think that that's how HTML and web browsers are *supposed* to work. Why would one use pixels to specify a font size if the font won't stay that size? |
![]() |
| Thread Tools | |
| Display Modes | |
| |