Wrox Blog - Browser Issues
Hi,
The blog website I am working on is messed-up in Firefox. I added following to main default.aspx. But no matter what changes I do to firefox.css it doesn't pick up by the Firefox browser. It seems the following code does not trigger in Firefox browser. What am I doing wrong?
<!--[if Firefox]><link runat="server" rel="stylesheet" href="~/App_Themes/firefox.css" type="text/css" />
<![endif]-->
<!--[if IE ]>
<link runat="server" rel="stylesheet" href="~/App_Themes/maincss.css" type="text/css"/>
<![endif]-->
|