开发者

CSS: float:right not working properly

I've an issue with IE on this website: ...

When you click on the article "Post Tenebras Luxe", you'll see that the big image is overlaying the artists list, instead of moving down.

开发者_如何转开发How can I fix the css ?

thanks


Have you tried adding a "clear: both;" on the fieldset containing the images (or inserting a "" before the image? That would appear to be your issue.


Try clearing the float i.e. after the div that has the class 'field-field-artists' insert an empty div like so:

<div style="clear:both"></div>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜