NAVIGATION
This shows you the differences between two versions of the page.
|
links:css:ie7 [2011/03/03 23:50] Knut Heermann (flip-flop) |
links:css:ie7 [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>30}} | {{indexmenu_n>30}} | ||
| - | ====== IE7 ====== | + | ====== IE7/IE8 ====== |
| ==== [DE] Testseite für CSS-Bugs des IE7 ==== | ==== [DE] Testseite für CSS-Bugs des IE7 ==== | ||
| Line 8: | Line 8: | ||
| - | ==== [DE] IE7 / IE8 - einfacher und sicherer - aber auch besser? ==== | + | ==== [DE] IE7 - einfacher und sicherer - aber auch besser? ==== |
| [[http://www.webkrauts.de/2006/11/03/ie7-einfacher-und-sicherer-aber-auch-besser/]] | [[http://www.webkrauts.de/2006/11/03/ie7-einfacher-und-sicherer-aber-auch-besser/]] | ||
| + | \\ | ||
| + | ==== [DE] IE CSS-Hack ==== | ||
| + | |||
| + | "Trotz aller Verbesserungen und die recht komfortable CSS-Unterstützung für den Internet Explorer 8, kann es immer wieder Fälle geben, in denen man auf einen CSS-Hack zurückgreifen muss. Hier ist ein CSS-Hack, welcher im IE8 Standard-Modus funktioniert." | ||
| + | |||
| + | <code css> | ||
| + | .elementORClass { | ||
| + | color /*\**/: blue\9 | ||
| + | } | ||
| + | </code> | ||
| + | |||
| + | "Dieser IE CSS-Hack ist für alle IE Versionen gültig:" | ||
| + | |||
| + | <code css> | ||
| + | .elementORClass { | ||
| + | color: blue\9 | ||
| + | } | ||
| + | </code> | ||
| + | Siehe: [[http://www.just4freaks.de/ie/css-hack-fur-internet-explorer-8-ie8|CSS Hack für Internet Explorer 8 (IE8) ]] //%%(www.just4freaks.de)%%// | ||
| + | |||
| + | \\ | ||
| ---- | ---- | ||
| ---- | ---- | ||