Preventing image overflow?
Any coders out there know how to prevent image overflow in CSS columns? I added the following:img {
max-width: 90%;
}
which works wonderfully in Firefox, but I haven't gotten it to work in IE. I've tried playing with position, overflow, and padding parameters with no success. Any help would be greatly appreciated.