IE5 is not compatible with display: inline-block property solution

Just add some code to your css style

#content{
 display:inline-block;
 *display:inline;
  zoom:1;

}

Adding the code marked in red will solve the problem.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325766235&siteId=291194637