Forum: Community Center


Subject: colour-coded forum stylesheet

pleonastic opened this issue on Apr 07, 2006 ยท 86 posts


yggdrasil posted Wed, 19 April 2006 at 2:36 PM

To kill scrolling marquee text you can use:

marquee {display:none;}

or if you still want to be able to read what it says and you're using Firefox or Mozilla then:

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

will stop the scrolling but leave it readable.

Mark