Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Implementing the box-sizing polyfill by Christian Schepp Schaefer in wordpress Reply To: Implementing the box-sizing polyfill by Christian Schepp Schaefer in wordpress

#151348
terungwa
Participant

Thanks Allen. In the static page, this is the code snippet i used and it worked perfectly well in IE too: myhtmlelements{
margin-left: 1.0416666666666666666666666666667%;
margin-right: 1.0416666666666666666666666666667%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit /
-moz-box-sizing: border-box; /
Firefox, other Gecko /
box-sizing: border-box; /
Opera/IE 8+ /
*behavior: url(js/boxsizing.htc);} /
natural box layout model solution for IE7 */

But in converting the template to a wordpress theme, IE is not finding the code, to behave as expected.