Şöyle bir derlemeden sonra çalıştı ;
<?php
$tarayici    = strtolower($_SERVER['HTTP_USER_AGENT']);
if(preg_match("/firefox/",$tarayici)) {
    echo '    <link rel="stylesheet" type="text/css" href="firefox.css">' ; }
 else {
    echo '<link rel="stylesheet" type="text/css" href="defirefox.css">' ; }
?>
Bu tip sorun yaşayan arkadaşlar kodlardan yararlanabilirler.Herkese iyi günLer...