Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for ie

CSS3 selectors for IE

Nützlich? Mal testen:

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest.

Caveats:

The emulation is not dynamic. Once the styles are applied they are fixed so changes to the DOM won’t be reflected.

CSS Hacks for IE6, IE7, IE8

CSS Hacks für unterschiedliche IE Versionen:

IE 6

* html .color {color: #C39;}

IE 7

*+html .color {color: #66F;}

IE 8

.color {color: #0FC\0/;}

Just add the \0/ at the end of a CSS rule. This hack must go after the rules for all another browser

Cross-browser CSS box-shadows

Rustam Gaffanov stellt eine Cross-browser CSS box-shadow Möglichkeit vor, will sagen er zeigt wie es im IE < 9 funktioniert ;-) .

Ist nicht wunderschön, aber funktioniert und manchmal muss das Layout eben überall gleich aussehen.

Progressive Internet Explorer

Noch mal eine kleine Hilfe bis der IE 6 & 7 gestorben sind:

PIE stands for Progressive Internet Explorer. It is an IE attached behavior which, when applied to an element, allows IE to recognize and display a number of CSS3 properties.

PIE currently has full or partial support for the following CSS3 features:

  • border-radius
  • box-shadow
  • border-image
  • multiple background images
  • linear-gradient as background image

Mal testen…

IE auf dem Mac

Matt Dunn ist es offensichtlich gelungen über WineBottler einen IE auf dem Mac zu installieren. Wie der Name schon suggeriert setzt das Programm auf Wine auf und benötigt X11.

WineBottler bringt eine Windows Programme wie den IE 6-8 mit. Leider ist mir die Installation des IE8 gar nicht geglückt, und die IE7 Installation hängt sich nach dem Starten auf. Aber wo es klappt ist das aber vielleicht eine Alternative zu Parallels.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.