J
John
Hi there,
I've just been reading "ASP.Net 2.0 - Master Pages: Tips, Tricks, and
Traps" by K. Scott Allen (http://odetocode.com/Articles/450.aspx) and
discovered how rebasing works with URL's in link tags for external css
files.
My question is, does this also work for link tags enclosed within
conditional comments? eg:
<!--[if IE]>
<link rel="stylesheet" media="all" type="text/css"
href="css/globalMenus_ie.css" />
<![endif]-->
Thanks in advance.
John
I've just been reading "ASP.Net 2.0 - Master Pages: Tips, Tricks, and
Traps" by K. Scott Allen (http://odetocode.com/Articles/450.aspx) and
discovered how rebasing works with URL's in link tags for external css
files.
My question is, does this also work for link tags enclosed within
conditional comments? eg:
<!--[if IE]>
<link rel="stylesheet" media="all" type="text/css"
href="css/globalMenus_ie.css" />
<![endif]-->
Thanks in advance.
John