Community Page
- climbtothestars.org Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks for the mention, and good to meet you at last!
- You are of course right with your remarks on Headshift not being a startup. See my longer reply at: http://blog.invisible.ch/2008/11/02/somesso/
- The photos are missing, I'll add them. When I'm not about to drop, like right now.
- some thing about given the cosmetics and related products mentions as they are used
- Very nice analysis and i think online community do search and get information also. http://www.oxyshopping.com
Jump to original thread »
Similar:Feast for Geeks
To Hell With Bad Browsers
The War Explained
Sell Standards With Numbers
Borders: Intentionally Misleading Marketing Ploy
Batch Category Editing For WordPress
Bonnes résolutions
Mystery WordPress/Markdown Problem: Troubleshooting ... Continue reading »
To Hell With Bad Browsers
The War Explained
Sell Standards With Numbers
Borders: Intentionally Misleading Marketing Ploy
Batch Category Editing For WordPress
Bonnes résolutions
Mystery WordPress/Markdown Problem: Troubleshooting ... Continue reading »
7 years ago
Le genre de taille de texte que je réserverais à un titre ou à un
intertitre pas au corps du texte. A vue de nez on dirait du corps 16 ou du
18. Je me trompe?
7 years ago
I prefer the pixel size you used to this one. This one's big - too big!
Lars!
7 years ago
So we're faced to a problem. The problem is in fact people have different
font-size preferences in their own browser.
I decided myself, that defaut font-size in my browser is 10pt. So when
I'm designing style sheets, I recommend to use 100% for the smallest font
in your page.
and gives in your stylesheet for others biggest size.
100% 150% or 200%
but the minimum is 100%. For me if you give 80% or 95%, the font will
become unreadable on screen.
In the future (CSS3) there will be a possibility to specify, something
like
80%, but with a lower limit of 10pt for example.
7 years ago
*choke*
7 years ago
*choke*
7 years ago
small|x-small|xx-small; That way, it'll still be scalable, but you can
have things smaller as well.
7 years ago
you when I specified it as 0.75 em (which I now understand, is a
ridiculous thing to do), but what about when I specified it as 13px? That
shouldn't be affected by the font size you have chosen as default in your
browser, should it?
7 years ago
good.
Using x-small|small|large presents problems across platforms - fonts tend
to look too small on a Macs and unpredictable on Unix - and they may not
give you the granularity in different font sizes that you might need.
I've stuck to using pt's for now, because it seems a lesser sin than
using px's
7 years ago
That was supposed to have said:
I've stuck to using pt's for now, because it seems a lesser sin than
using px's <-- this could present problems with printing.
Bring on CSS3. And the browsers which support it, of course. :)
7 years ago
*confused*: http://alistapart.com/stories/fear4/
7 years ago
I use pt rather than px for accessibility reasons, which the article
outlines. I think it is saying that if you want to create print-perfect
kind of designs, px is the go.
http://alistapart.com/stories/fear4/3.html
Running in px, do you have complaints from users of different
resolutions? I've just found that using pt, resolution isn't a problem so
much (because it shouldn't be). And with px there is the issue that
printers understand pixels differently from screen. I don't know the
extent of support for media="print". (someone else might?)
I was also in a corporate environment where NS4 was the standard - in pt,
you can easily adjust change the size of the font as it appears within
your browser (Ctrl+[ and Ctrl+]), not so in px. I later discovered that
this is the contrary in IE 5, _and_ it isn't particularly obvious how this
'accessibility' feature can be used. Bleh.
Sorry I'm not much help :)