[Mono-aspnet-list] problem internet explorer

Stifu stifu at free.fr
Wed Jun 2 13:20:18 EDT 2010


Does this mean that Mono corrupts conditional comments, and outputs something
else than what you posted? This problem rings a bell, and I'm pretty sure
it's already been mentioned on the mailing list. I don't know if or when
it's been fixed.

To work around this problem, you could try adding the conditions this way:
http://msdn.microsoft.com/en-us/library/ms537512%28VS.85%29.aspx#dlrevealed
That is to say not as comments. That'll make it so your site HTML won't
validate, but it may just work right with no side effects.


diego_bv wrote:
> 
> 	<LINK href="../css/estilo_home.css" type="text/css" rel="stylesheet">
> 	<!--[if lt IE 7]> 
> 			<link rel="stylesheet" href="../css/estilo_home_ie6.css"
> type="text/css" media="screen" />
> 		<![endif]-->
> 		<!--[if IE 7]>
> 			<link rel="stylesheet" href="../css/estilo_home_ie7.css"
> type="text/css" media="screen" />
> 		<![endif]-->
> 		<!--[if IE 8]>
> 			<link rel="stylesheet" href="../css/estilo_home_ie8.css"
> type="text/css" media="screen" />
> 		<![endif]-->
> 
> this is a snippet, just give the error in internet explorer, it does not
> recognize the css and javascript
> will i need to put some dll for it?
> 

-- 
View this message in context: http://mono.1490590.n4.nabble.com/problem-internet-explorer-tp2237241p2240489.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list