Hi Friends,
I m creating one web application when i execute on IE its working fine but as the code executed on firefox or chrome that page size ll be differed.
example:
=======
www.indianmotorcycleleague.com which was working on IE very good when i tried on firefox its seems very small.
how to do solve these problem?
Thanks & Regards
Rocky
Loading
Jaganathan BantheswaranPosted Nov 15, 2013, 1:02 AM
Aspx page will work in all browsers but the code [javascript, css] we are using on the aspx page wont work on all the browsers as we expected.
You have to use vendor specific css to support all the browsers.