////////////////////////////////
IN CONTENT PAGE TOP
<?php
$usr_agent=$_SERVER['HTTP_USER_AGENT'];
if(strpos($usr_agent,"Gecko")){
$hr="
";
}else{
$hr="
";
}
?>
////////////////////////////////
IN CONTENT TEXT
<?php echo $hr; ?>
////////////////////////////////
IN STYLESHEET
div.content hr.hr_gecko{text-align:left;margin:auto;width:50%;}
div.content div.div_hr_gecko{margin:0px;padding:0px;text-align:center;margin-top:2em;margin-bottom:2em;}
div.content div.div_hr_trident{margin:0px;padding:0px;margin-bottom:2em;}
////////////////////////////////