Hi all : How can i fix the problem of css in ie 7 and ie6 : my divs change possition in those two : http://www.justcode/housetostay: I will be very glad if i get any help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use conditionals to do this.
In your add this code.
This means that if the browser is Less Than IE8 load the stylesheet in the comments.
You can be more specific if you need to.
<!--[if IE ]>– Targets all IE versions from 5.5 up to 9<!--[if gt IE6 ]>– Targets all IE versions Greater Than IE6<!--[if IE7 ]>– Targets only IE7