e.g:
<!--[if IE]>
<iframe src="iframeforIEonly.htm"></iframe>
<p>Paragraph for IE users only</p>
<![endif]-->
More information on conditional comments for CSS from quirksmode.
The workarounds and solutions used to overcome a variety of coding, development and seo problems.
<!--[if IE]>
<iframe src="iframeforIEonly.htm"></iframe>
<p>Paragraph for IE users only</p>
<![endif]-->
0 comments:
Post a Comment