Re: [PHP] Linux Question

2002-11-26 Thread Justin French
Yes, we are way off topic. You offered a solution, and it rang warning bells for me from an accessibility P.O.V... yes, I miss-quoted the spec, but yes, i'm right about IE, and almost every developer using px should be very worried for quite some time, until it gets addressed. Cheers, Justin

Re: [PHP] Linux Question

2002-11-26 Thread Brian V Bonini
On Mon, 2002-11-25 at 20:22, Justin French wrote: > > I don't think I was being clear enough at all :) 12px is 12pixels... there > is no way for it to *reliably* be reset to 14px, or 10px by the user on all > browser. That's like saying 10% is 10%. 10% of what? The physical size of a pixel vari

Re: [PHP] Linux Question

2002-11-25 Thread conbud
Lets see where to start. Ive used both the px, pixels, and the small and tested them both in Linux (Mandrake 9.0) using Mozilla. Galeon and Opera, using default settings they come with, and they zoom the text with no problems. On windows Ive tested the same stuff using IE and Netscape, using defaul

Re: [PHP] Linux Question

2002-11-25 Thread Justin French
on 26/11/02 11:04 AM, Brian V Bonini ([EMAIL PROTECTED]) wrote: > On Mon, 2002-11-25 at 18:26, Justin French wrote: >> on 26/11/02 2:41 AM, Brian V Bonini ([EMAIL PROTECTED]) wrote: >> >>> Also, try to use relative sizes, if you use fixed sized like 10pt. you >>> will have size discrepancies on d

Re: [PHP] Linux Question

2002-11-25 Thread Brian V Bonini
On Mon, 2002-11-25 at 18:26, Justin French wrote: > on 26/11/02 2:41 AM, Brian V Bonini ([EMAIL PROTECTED]) wrote: > > > Also, try to use relative sizes, if you use fixed sized like 10pt. you > > will have size discrepancies on different platforms. If you use a > > relative scheme like 12px it wil

Re: [PHP] Linux Question

2002-11-25 Thread Justin French
on 26/11/02 2:41 AM, Brian V Bonini ([EMAIL PROTECTED]) wrote: > Also, try to use relative sizes, if you use fixed sized like 10pt. you > will have size discrepancies on different platforms. If you use a > relative scheme like 12px it will render more consistently 12px is NOT a relative size,

Re: [PHP] Linux Question

2002-11-25 Thread Brian V Bonini
On Mon, 2002-11-25 at 10:35, > > 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 > >

Re: [PHP] Linux Question

2002-11-25 Thread @ Edwin
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 s

Re: [PHP] Linux Question

2002-11-24 Thread Marek Kilimajer
You might solve this by providing different style sheet to on linux running browsers: if(ereg('Linux',$_SERVER['HTTP_USER_AGENT'])) { echo ''; } else { echo ''; } conbud wrote: Hey. This really isnt a PHP question. but what fonts do you reccomend using so they look decent on linux. Mainly