Just to add...

Here's something that might interest you:

  http://www.alistapart.com/stories/alternate/

... and here's another one: (Should be better than the one discussed above
:) )

  http://www.alistapart.com/stories/phpswitch/

- E

"Marek Kilimajer" <[EMAIL PROTECTED]> wrote:
> You might solve this by providing different style sheet to on linux
> running browsers:
> if(ereg('Linux',$_SERVER['HTTP_USER_AGENT'])) {
>     echo '<link REL="StyleSheet" HREF="linux.css" TYPE="text/css">';
> } else {
>     echo '<link REL="StyleSheet" HREF="win.css" TYPE="text/css">';
> }
>
>
> conbud wrote:
>
> >Hey. This really isnt a PHP question. but what fonts do you reccomend
using
> >so they look decent on linux. Mainly looking for a good font that will
look
> >nice in MoZilla and Galeon. Almost all the fonts Ive used so far appear
> >really tiny or really bold and not very good to read.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to