views:

38

answers:

2

hi,

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

A: 

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.

monkeyninja
A: 

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>
weesilmania