Kategorie: Html

Funkioniert auf allen CSS3-Browsern und auf dem IE dank dem ollen „eot“-format. TTF umwandeln hier angucken: customFont @font-face { font-family: MyCustomFont; src: url(„ChollUni.eot“); } @font-face { font-family: MyCustomFont; src: url(„ChollUni.ttf“); } body { font-family: MyCustomFont, Verdana, Arial, sans-serif; font-size: medium; color: black }

Letztes fiel mein beim durchstöbern des Facebook-Quellcodes folgendes Tag auf: <meta http-equiv=“X-UA-Compatible“ content=“IE=EmulateIE7″ /></pre> Nach kurzem googlen findet sich folgende offizielle Seite. „Das Tag soll das Problem lösen, dass künftige Browserversionen möglicherweise Webseiten anders darstellen werden als aktuelle, was die Zukunftssicherheit von Webseiten gefährde, so WaSP und das IE-Team.“ Quelle Wieder mal ein kleiner Krieg: …

Read more »

Posted on: 24. Februar 2010
Categories: Html

so siehts aus…. <marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:220; top:50; width:14; height:800;"><img src="http://tsbf.de/img/icon_facebook.gif" /></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:220; top:50; width:14; height:800;"><img src="http://tsbf.de/img/icon_facebook.gif" /></marquee> hier anschauen

Posted on: 12. Februar 2010
Categories: Html