开发者

CSS: float:right not working properly

开发者 https://www.devze.com 2023-01-03 04:18 出处:网络
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.

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

精彩评论

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