Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to know how can i accomplish browser comptability

I make pages using and inside them i use
,for eg i make a login page with two text boxes and one button,on IE it works fine,the button is displayed just below the textboxes but on google chrome or Firefox the button appears at left side of the page


The same thing happened with other controls like label etc

How can i control this so that in each browser it shows same display?
Posted
Comments
Albin Abel 3-Mar-11 1:10am    
You may need to show the markup and css you are using. That helps to get better answer
Sunasara Imdadhusen 3-Mar-11 1:15am    
You should provide CSS and HTML code for that!

 
Share this answer
 
Comments
Manfred Rudolf Bihy 3-Mar-11 2:31am    
Useful links! 5+
How can i control this so that in each browser it shows same display?
By following W3C standards! All the browsers try to make sure that they follow them.
Look here for them: W3C standards[^]

Use CSS stylesheets in compliance with W3C standard and you should be able to have same look and feel in all the browsers.

More to read: Wiki: Standards-compliant[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900