while designing site, my site is looking different in different browsers,,, is there any css optimizers which correct the browser problems automatically ??
sorry but you have to manually adjust them according to browsers, but the best part most of the browsers like , opera , firefox , chrome, flock , update from time to time and correcting your website is easy, the difficult part is that internet explorer 6,7,8 you kneed a little more time to adjust your site according to it . paste a screen or link us to it , may be we can help you out Please Add a reputation if you like my post.
designing and some coding process is going on,,,,,,,,, so now i can't post the link,,, i am working in firefox, but i see some difference in firefox and chrome, if have not tried opera, IE, safari, i have planned to do it later,,,, BTW, the code which create problem is it is working good in firefox, but not it chrome, in chrome just link without any formatting is getting displayed
Actually i don't know that which is the proper way but i make different css for different browser. For this in the index.php page we must check that which browser is running by the client. so you must check by this code: <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="iespecific.css" /> <![endif]--> This code just check that is it internet explorer 6 ? so you can detect something like this . thanks