max-width on

后端 未结 7 1357
轻奢々
轻奢々 2021-02-13 18:57

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

7条回答
  •  死守一世寂寞
    2021-02-13 19:35

    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 */

提交回复
热议问题