Hi,
I've been working on a website and when I was nearly finished I tested the design in Internet Explorer. While the problems didn't look that big, I can't figure out how to solve all of them.
This is the website design: http://divbyzero.nl/sil/ (CSS at http://divbyzero.nl/sil/default.css)
In Safari, FF etc everything works fine. The images are displayed inside the blocks and everything looks cool. In IE7 and IE8 however, there are 2 problems: The blocks don't have the correct height, and the images that are at the right side from the text are displayed outside of the block.
While I'm able to 'solve' the first problem by using the height property instead of min-height (the content in the blocks will probably never change), I don't understand what is happening to the images on the right.
The div that contains the text has a set width, but it seems like the image is still 'pushed out' of the container div.
Any thoughts on this?
Thanks in advance.