Up-2-Date

February 19th, 2009 by Markus

So, nun ist die Seite auch wieder auf dem neusten Stand der (Wordpress-) Technik. Das neue Wordpress gefällt mir sehr gut, hatte noch eine ziemlich alte 1.5.4er (?) am laufen und wurde wirklich Zeit dafür. Ausserdem habe ich einen neuen Code in mein Template eingefügt. Ich hoffe, dass die meisten von Euch diesen nie zu sehen bekommen. Es handelt sich dabei um einen Code, derIE6-Benutzer zu einem Update rät.

Die Idee habe ich von einer norwegischen Seite, die Übersetzung für die Box habe ich von Vincent Hasselgård. Wer die Box sehen möchte, kann meine Seite mit dem IE6 besuchen, oder sich einen Screenshot ansehen.

Den Code gibts unter “read more”.


<!–[if lte IE 6]>
<style type=”text/css”>
#ie6msg{border:3px solid #090; margin:8px 0; background:#cfc; color:#000;}
#ie6msg h4{margin:8px; padding:0;}
#ie6msg p{margin:8px; padding:0;}
#ie6msg p a.getie7{font-weight:bold; color:#006;}
#ie6msg p a.ie6expl{font-weight:normal; color:#006;}
</style>
<div id=”ie6msg”>
<h4>Did you know that your browser is out of date?</h4>
<p>
To get the best possible experience using our website we recommend that you upgrade your browser to a newer version. The current version is <a href=”http://www.microsoft.com/windows/downloads/ie/getitnow.mspx”>Internet Explorer 7</a> and <a href=”http://www.microsoft.com/windows/Internet-explorer/beta/default.aspx”>Internet Explorer 8</a> is available as a beta. The upgrade is free. If you are using a PC at work you should contact your IT-administrator.</p>
<p>If you want to you may also try some other popular Internet browsers like <a href=”http://www.opera.com”>Opera</a>, <a href=”http://mozilla.com”>FireFox</a> or <a href=”http://www.apple.com/safari/download/”>Safari</a>
</div>
<![endif]–>

Leave a Reply