help me
asp.net webapplication is not working in mozilla firefox. help me please
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raghavendra UPosted Nov 27, 2009, 4:18 AM
i made some changes in my code now its working fine
Raghavendra UPosted Nov 27, 2009, 4:15 AM
i made some changes in my code now its working fine
Kirtan PatelPosted Nov 24, 2009, 6:59 AM
each Browser having Different rendering engine in them .so it would happen that some browser will show different output whe you run application .
just use table / CSS Div to maintain the Positions of controls and Dont use Absolute Locations for Controls Because they seems something at at run time they seems something different :)
so better to USe Div/Table Tags to alignment of controls :)
RujutaPosted Nov 24, 2009, 6:03 AM
To minimize this difference however you should use relative positioning and not absolute, also when defining size use % instead of pixel....
If I could see your code I could give a more detailed answer........
Raghavendra UPosted Nov 24, 2009, 3:34 AM
i placed a textbox and label controls in a table with center alignment.it working fine in ie but it is showing left alignment in mozilla.
RujutaPosted Nov 24, 2009, 2:51 AM