This topic contains 0 replies, has 1 voice. Last updated by Jeff Harvey 4 years, 8 months ago.
Topic Author | Topic |
---|---|
Posted: Tuesday Apr 24th, 2012 at 2:29 am #11657 | |
– Open css from skin/frontend/default/yourstore_name/css/reset.css. – Put below code for Chrome compatibility @media screen and (-webkit-min-device-pixel-ratio:0) { – For IE8 compatibility @media screen{ .new img { For IE7 compatibility @media screen9 { -For IE9 Compatibility :root .new img { margin-left:130px /IE9; } /* IE9 */ |