Click here to Skip to main content
16,016,580 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Dear,

I face problems with Browser Compatibility.

Everything is OK for Mozilla, Chrome, and IE8 but there are some alignment problems with IE7.

How to solve this one.

I think it is a StyleSheet Problem.
Last time I put in StyleSheet for IE7 *padding-right:30px; and this is not working.

Please guide me.
Posted
Updated 10-Oct-10 21:38pm
v4
Comments
Dalek Dave 11-Oct-10 3:38am    
Edited for Grammar, Syntax and Readability.

Hi,

Not sure if it is best way to get around this problem. But I would have accomplished this problem by detecting which version client is using and then writing the appropiate code to fix it.

Check here for detecting client browser and which version it is using.
[Browser Detection using js]

This might help you,


Thanks,
Arindam D Tewary
 
Share this answer
 
This[^] may help.
It addresses quite a few of the better known CSS problems in IE7.
 
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