hey ,
will anybody sugest me how an i use comman CSS to webpage
basically i want to use this for http://www.nikeshyadav.com/ i m using is
<?php
if (eregi("MSIE",$_SERVER['HTTP_USER_AGENT']))
echo '<link href="css/iestyle.css" rel="stylesheet" type="text/css" />';
else
echo '<link href="css/otherstyle.css" rel="stylesheet" type="text/css" />';
?>
but it is not a good way in my sense,
waiting for ur suggestion
thanxs