FindAgent - Reputation Monitoring and Analysis
<.cfm
// Special CSS for broken IE6
//
if (eregi("MSIE 6.0",getenv("HTTP_USER_AGENT"))) {
echo '';
}
// Special CSS for differently broken IE7
//
echo "\n";
if (eregi("MSIE 7.0",getenv("HTTP_USER_AGENT"))) {
echo '';
}
// Special CSS for poor CSS support in Safari
//
if (eregi("safari",getenv("HTTP_USER_AGENT"))) {
echo '';
}
?>