IE Conditional Statements only working on home page?

shashi24

New Member
I'm using a conditional statement/stylesheet because my client wants a CSS3 modal window for login, which (of course) won't work natively in IE due to pointer-events. The modal window code is in the footer.I created an ie.css stylesheet & added the following to the header.php file:\[code\]<!--[if IE]> <link rel="stylesheet" type="text/css" href="http://stackoverflow.com/questions/14543638/<?php bloginfo('ie.css'); ?>" media="screen" /> <![endif]-->\[/code\]I/m pretty sure the stylesheet is fine, and (in theory) the command is fine, because it works on the home page. The problem is I can't get it to work on any other page. Any help/suggestion is appreciated.To see the issue in action, go here.
 
Back
Top