I have a strange problem. On a site that were currently building we have a gallery function throuh the jQuery plugin, Gallerific. The gallery opens in a modal window. What I nee
Hey one thing you might want to try (which had me banging my head against a wall), so making sure your doctype is set-up correctly.
IE8 works wiht the HTML5 version, but if it's lower case it doesn't.
http://www.kintek.com.au/blog/ie8-max-width-max-height-and-inline-ie8-css-hacks/
There's also cool CSS inline hacks you can do which will target specific platforms:
width:200px\9; /* ie8 and earlier / height:200px\9; / ie8 and earlier */