views:

206

answers:

1

pls chk this link dynamic link height problem

now click on the text i would like to give specific gifts

the inner div generated is not rendering properly in ie8. rest its working properly in ie 7, firefox,safari etc etc. This rendering is working perfectly in ie compatibility mode.

A: 

Something that I aways do is to make IE8 behave like IE7 with this:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>

(place it above of your <tittle> tags)

Since you said that it works in IE7 this should not only fix your problem now, but any kind of problem with IE8 in the future.

janoChen
This doesn't really fix his problem with the way IE8's rendering engine handles his page, it just tells IE8 to act like IE7... Also, I think you meant <title> not <tittle>
Josh