|
Posted by Visionary on 06/19/06 01:41
Geoff Berrow wrote:
> With what browser? In IE, they are fixed. See for yourself, this is
> from your CSS
> .newsArticle{
> color: #B5B5B5;
> font-size: 11px;
> font-family: Arial, Verdana;
> }
>
> .newsDetails{
> color: #897600;
> font-size: 11px;
> font-weight: bold;
> font-family: Arial, Verdana;
> }
>
> .tutorialText{
> color: #A8A8A8;
> font-size: 11px;
> font-weight: bold;
> font-family: Arial, Verdana;
> }
>
> I can't see many systems not having Arial, but having Verdana. Unless
> maybe the system you are developing doesn't have Arial, which is why you
> have sized the fonts so small. Verdana is a large face.
>
> The family should also look like this for proper graceful degradation:
> font-family: Arial, Verdana, sans-serif;
> Though personally I'd go for something like
> font-family: Arial, Helvetica, sans-serif;
Thanks for these suggestions- I've updated the css. The font sizes are
still fixed, but that will change with the next 'fully' update cycle. I
checked out how it looked with non-fixed sizes, and it looks really
nasty with the layout, clashes with the whole pixel/micro style going.
I may actually do a small update, to include the css style system and
make the default style having non-fixed sizes
Navigation:
[Reply to this message]
|