Does BYOND support <!--[if IE]> For CSS? in BYOND Discussion
|
|
I am trying to set something up where if I am using Internet Explorer, I have a difference on my CSS. However, this is not working properly. I feel that it may very well be possible that it isn't supported. This is an example of what I am attempting to do.
<style type="text/css"> .body{background:red;} </style>
<!--[if IE]> <style type="text/css"> .body{background:blue;} </style> <![endif]-->
|
|