i have a site that uses textfields. in firefox, i use css. but when i open my site in google chrome, i got different design of my site.
i think the solution for that is having a diferent css file for different browser. so i need to know the browser used by the following users. then change the link for css.. example:
<link href='Site_Css/firefox.css' rel='stylesheet' type='text/css' />
then if the user uses google chrome,
<link href='Site_Css/firefox.css' rel='stylesheet' type='text/css' />