CarstenP: Suche Firefox-Plugin

Beitrag lesen

Hallo Ingo,

marquee { -moz-binding:none !important; height:auto !important; width:auto !important; display:block !important; }

marquee:before { content:'<marquee>'; color:#c30; font: bold 16px "Lucida Console",Courier,monospace; }
marquee:after { content:'</marquee>'; color:#c30; font: bold 16px "Lucida Console",Courier,monospace; }

  
Seitdem ich zu der Erkenntnis gelangt bin, daß innerhalb von marquee in der Regel sowieso nichts wichtiges steht, sieht der Eintrag in meinem User-CSS wie folgt aus ... ;-)  
  
~~~css
marquee {  
  display:none !important;  
}

Viele Grüße
Carsten