Building the mobile application for the 2012 Public Affairs Conference was a learning experience.
iFrames and HTML5 templates have significant hurdles with older Internet Explorer versions. For Internet Explorer 8 and older, the frameBorder and scrolling attributes must be set on the iFrame as the equivalent CSS properties cannot accomplish the same thing. Unfortunately, these properties are not valid in an HTML5 template. Here’s a solution to have a standards compliant iframe work in IE.
Since in recent history the Missouri State homepage only gets a complete overhaul about once every 5 years, deciding on what HTML and CSS technologies to use as a baseline is tricky. Five years from now what was once cutting edge could now be old news. So the balance is between a cutting edge technology […]