browser zoom

is there a way to set the zoom depending on what browser is being used?

Hi,

I don’t understand exactly what you mean with ‘zoom’, but with PHP you can detect the client that is being used. And based on that you can reformat your output ( or send a different CSS file ).
You could, instead of asking for a static stylesheet let one be generated by PHP. Then the stylesheet itself can be browser-dependent.
Although I wonder if it’s not easier to write a javascript that loads the correct stylesheet.

Hope this helps, ;D
O.

Ojoshiro is correct. PHP is server-side and you need something that is client-side such as javascript. Given the oddities within all browsers and javascript, I’ll have to say ‘good luck’ on your quest.

Sponsor our Newsletter | Privacy Policy | Terms of Service