thanks for the reply, yep this is my code, im just trying to get the switch working for the stylesheet, i copied and pasted your code in but im getting this error back
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1003: Syntax error, '(' expected
Source Error:
Line 4:
Line 5: <html xmlns="http://www.w3.org/1
Line 6: <!--// <% if IE 6 %> //-->
Line 7: <link href="IE6.css" rel="stylesheet" type="text/css" />
Line 8: <!--// <% else %> //-->
Main Topics
Browse All Topics





by: NerdsOfTechPosted on 2009-07-08 at 14:39:46ID: 24808664
use <% %>
is this your actual code?
also, did you want to load the allbrowser css? if so load the IE6 css after to override any elements
=NerdsOfTech
Select allOpen in new window