
<?
if ($name = strstr ($HTTP_USER_AGENT, "MSIE"))
{
?>
<link rel="stylesheet" href="internet-explorer-stylesheet.css">
<?
}
else if ($name = strstr ($HTTP_USER_AGENT, "Netscape"))
{
?>
<link rel="stylesheet" href="netscape-stylesheet.css">
<?
}
else
{
?>
<link rel="stylesheet" href="other-stylesheet.css">
<?
}
?>
Quite simple wasn't it? If you have more questions, email us at webmaster@spoono.com or post on the discussion forum.
Copyright © 2000-2008 Spoono, LLC. All rights reserved.
Network: Reseller Web Hosting by Spoono Host | Spoonloads | Absolute Cross
Terms of Service | Privacy Policy.