scratch/output/Scratch/js/ie.js

10 lines
813 B
JavaScript
Raw Normal View History

2010-01-20 15:20:44 +00:00
$('link[rel=stylesheet]').each(function(i)
{
2010-04-28 07:41:31 +00:00
initMenu=function(){};
2010-04-27 14:26:47 +00:00
// if (this.getAttribute('href') == '/Scratch/assets/css/layout.css') this.disabled = true;
2010-01-20 15:20:44 +00:00
if (this.getAttribute('href') == '/Scratch/css/shadows.css') this.disabled = true;
if (this.getAttribute('href') == '/Scratch/assets/css/gen.css') this.disabled = true;
}) ;
$('head').append('<link rel="stylesheet" type="text/css" href="/Scratch/css/ie.css"/>');
2010-04-27 14:26:47 +00:00
$('#titre').prepend('<div id="iemessage"><p><span><em>Avec <a href="http://www.firefox.com"> Firefox </a> et <a href="http://www.apple.com/safari">Safari</a> cette page est bien plus jolie !</em></span><br/><span><em>This page is far nicer with <a href="http://www.firefox.com"> Firefox </a> and <a href="http://www.apple.com/safari">Safari</a>!</em></span></p></div>');