Tag Archives: css

Byebye IE6

I am really really tempted to officially drop IE6/5.5/5 support and just show those browsers a big, huge “UPDATE NOW” image ASAP. I can’t tell you *how* very excited I am that it seems like IE6 is going to vanish probably during the next 6 months or so. Life is going to be so easy. [...]
Posted in design, web | Also tagged , , | Leave a comment

The IE7-js project

“…make MSIE behave like a standards-compliant browser.” I’ve come across this little script which can be loaded in a conditional statement in your website’s header, to enable old IE versions (<=7) to display certain CSS properties correctly. This will help you to reduce the amount of CSS you have to rewrite for classic IE browsers:  The [...]
Posted in design, software, web | Also tagged , , , , , , | Leave a comment

IE6/IE7: CSS Bug-Liste

Das ist mit Abstand die umfangreichste Sammlung mit CSS Bugs für IE6 (aber auch weiteren Browsern), die ich bis jetzt gefunden habe. Hat schon ein bisschen diggen gebraucht, deshalb möchte ich euch das nicht vorenthalten: gtaltbot.org (en) – Browser Bugs Section Ich hoffe, es nützt jemandem. Mir jedenfalls hätte es heute morgen bestimmt geholfen … [...]
Posted in software, web | Also tagged , , , , , , | 1 Comment

Freunde des typographischen Rasters, horcht auf!

Hier (Blueprint CSS 0.3) gibt es ein suesses Framework fuer CSS, welches im Prinzip ein typographisches Raster simuliert. Ich habe es bis jetzt selber noch nicht ausprobiert, werde aber bei der naechsten Gelegenheit auf dieses Framework zurueckgreifen. Wird sicher nicht fuer alles auf Anhieb passen. Aber ich find Raster sowieso noch ganz nett. Insofern.. :D
Posted in web | Also tagged , , , , | Leave a comment

PNG-Workarounds für IE 6

Wie wir alle ja mittlerweile wissen, ist IE 7 schon eine Weile draussen. Die Zugriffsstatistiken auf meine Website sind aber der Meinung, dass erst um die 10% der Views via IE 7 abgerufen werden. Das heisst … weiterhin Workarounds bauen für IE 6. Vorallem wenn es um die Darstellung transparenter PNG’s geht, was jeder state-of-the-art-Browser [...]
Posted in design, software, web | Also tagged , , , , , | 2 Comments

another one on ie and png files

okay .. forget about PNG’s and IE. honestly, just don’t do it. it’s the easiest way. try to avoid it whenever you possibly can. if you really need transparent PNG for your website layout, make a workaround css file, check for the browser with php and load the file with url()-links to PNG8 (only 1bit [...]
Posted in design, my five cents, web | Also tagged , | Leave a comment

the (in)famous IE PNG bug

i spent some time researching this topic with my old friend google. here’s what i found: this is an original post at msdn about the function which is used in the following css class. #myDivClass { float:left; width:100px; height:100px; // good browsers (everything except ie) ignore this line: filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=’images/file.png’); background-image:url(images/file.png)!important; // underscore makes [...]
Posted in design, my five cents, web | Also tagged , | Leave a comment