Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi! I am having some browser compatibility issues like
: iframe not loading in chrome,firefox->works in IE
: change of font color in different browsers.
: controls getting stretched.

Can someone help me in fixing these issues.
Any documentation available for fixing the issues like this.
Posted
Comments
Sunasara Imdadhusen 3-Feb-11 1:19am    
Please provide code snippet that you have how to load IFRAME and Provide CSS, so we can diagnose problem!
Abhinav S 3-Feb-11 3:32am    
Sorry - not enough info.

1 solution

This is fairly typical which is why you have to be prepared to do cross-browser development: in other words detect[^] the client browser and adjust your CSS to suit: there are many examples here and on Google; e.g. the box model hack[^]. It is also worth remembering that different versions of a browser may also render your content in strange and frustrating ways; IE6, for instance, is different from IE7, IE8 and certainly IE9.

As far as color goes look up web safe colors[^] as a start.

That should get you going and bear in mind that this is not an Asp.Net problem it is a browser issue that can be dealt with by employing good research and careful design.
 
Share this answer
 
Comments
Dylan Morley 3-Feb-11 4:00am    
good answer
ahsan sarfraz 3-Feb-11 4:14am    
yes good one

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