Hi all..
I just done a website using HTML,CSS and PHP.
For now,my website is only fine to be displayed in Mozilla and IE..
For IE(Internet Explorer), I just fix the css by doing another CSS layout for that.
like this one :
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie7.css" />
<! [endif] -->
But I dont know how do i do that for Google chrome?
and i until now,i still have no idea to fix the css for IE by not doing the
<--[if IE 7]> statement..Could you guys tell me how to really code the css to fixing the cross browser platform problem??
or any sources of reference perhaps?
Thank You :)