If you are developing any content for Web and are doing so on a Mac, you need some type of testing in your local development environment for Internet Explorer especially version 8. There are a couple of options available with Browser Stack being a great online browser testing solution for all platforms and browser versions. …
Read More
Enqueue and Register Internet Explorer CSS Style Sheets in WordPress
To enqueue and register IE stylesheets in WordPress as appose to manually hardcoding them into a header.php file you need to add a function with the style sheet registered and enqueued and then add an action to load the stylesheet, the function also needs to contain the conditions of which IE version is targeted. Add in a …
Read More