We have developed a web page which is very much compatible with IE8.
Now the problem is that alignment of certain elements like span, radio button etc appear to be different in google chrome and firefox!!
Is there any way with which I can force the Firefox and chrome to parse and render the webpage like IE8??
I tried adding meta tags
<meta http-equiv="X-UA-Compatible" content="ie=8">
But that doesnt seem to work
Vignesh