I just made a website awhile ago and have been testing in chrome and firefox mostly.
I put the site online today and discovered its completely not functional with Internet Explorer! I went to wc3 validator but I can’t see anything that would cause such catastrophic failure.
I’m panicking about this. Can anyone help?
It happens on the following site: http://msc32.cmsmotion.com
The problem is because you are trying to do funky stuff with the width and/or the height of the image in IE. IE doesn’t like that. You will see that if you set the height and width to “real” values e.g. set both to 400 it will work.
Not part of the answer, but it is considered bad practice to use inline style attributes.