http://qs321.pair.com?node_id=665354

lepetitalbert has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks

I have :

print start_html({ -title => "title" , -style=>{-src=>[ "/$common_css" , "/$css" , "/$common_cal_css" , " +/$cal_css" ]} , -head => "<!--[if IE]><link href=\"/ie.css\" rel=\"stylesheet\" ty +pe=\"text/css\"><![endif]-->" } );

output :

<head> <title>title</title> <!--[if IE]><link href="/ie.css" rel="stylesheet" type="text/css"><![e +ndif]--> <link rel="stylesheet" type="text/css" href="/common.css" /> <link rel="stylesheet" type="text/css" href="/1680x1050-css.css" /> <link rel="stylesheet" type="text/css" href="/common_cal.css" /> <link rel="stylesheet" type="text/css" href="/1024x768-cal.css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1 +" /> </head>

I need to have the "if IE" after my other css.

Can I do that ?

Thanks

Havee a nice day.

"There is only one good, namely knowledge, and only one evil, namely ignorance." Socrates