i know IE6 is dead,but in china, there are lots of people still using it. so expect someone can do me a favor about this problem.
this is the page.the even line's background color is not the same length, under IE6, which is shorter
the display under IE6. (http://run.xxmn.com/ie6.jpg). the bgcolor displays different from other browers.
the display under IE7,FF,CHROME (http://run.xxmn.com/ie7.jpg). it displays ok. how to make it under IE6 displays the same result as other browers?
ps:the problem is solved. 开发者_开发技巧thanks all the guys.
The problem in IE6 is probably due to negative margins on the views-field-title
class (though I don't have IE6 installed to check).
You don't actually need negative margins to achieve the effect you want. So suggest removing them like this:
- Remove
margin-left: -4px;
from#left_cplist .cplist-bg .view-content .views-field-title
- Remove
margin-left: 5px;
form#left_cplist .cplist-bg .views-row
精彩评论