Images are being cut off in IE6, looks fine in Firefox. Could you please advice how to avoid it? (Images 900px wide)
Here is the link:
http://russianpictures.net/?p=563
Images are being cut off in IE6, looks fine in Firefox. Could you please advice how to avoid it? (Images 900px wide)
Here is the link:
http://russianpictures.net/?p=563
I suspect the relative positioning has something to do with it (and especially percentages. If you want div elements (and you have quite a lot of them) to have specific widths, you're better of by specifying them in px.
Nice pictures, btw.
Peter
Or you can specify a max-width for IE6:
* html .post img { max-width:your-choice; }
Love that last pic with the clouds.
This topic has been closed to new replies.