Conditional comments with IE
Conditional comments with IE Since Internet Explorer 5, conditional comments have been used to show or hide extra content from Internet Explorer. The syntax The example below will add a CSS style sheet only if the browser viewing the page is IE6: Any HTML that appears between the IF statement will be added to the document if viewed using the specified version of Internet Explorer. You can use th..
웹프로그래밍
2015. 4. 17. 09:37