From b54bd2bd0f63be376328a9211ffcf5d23ec21a9d Mon Sep 17 00:00:00 2001 From: "yokoyama%netscape.com" Date: Sat, 29 Jul 2006 08:48:48 +0000 Subject: [PATCH] Bug 156979 XBL emulation of marquee. /r=nhotta, timeless, /sr=jst, /a=asa --- suite/locales/en-US/profile/chrome/userContent-example.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/suite/locales/en-US/profile/chrome/userContent-example.css b/suite/locales/en-US/profile/chrome/userContent-example.css index 56023d085fd..bd796919f9e 100644 --- a/suite/locales/en-US/profile/chrome/userContent-example.css +++ b/suite/locales/en-US/profile/chrome/userContent-example.css @@ -22,6 +22,13 @@ * table { border: 2px solid; } */ +/* + * example: turn off "marquee" element + * + * marquee { -moz-binding: none; } + * + */ + /* * For more examples see http://www.mozilla.org/unix/customizing.html */