Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 232971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:03:43+00:00 2026-05-11T20:03:43+00:00

I have inherited an app where users can insert their own HTML responses. I

  • 0

I have inherited an app where users can insert their own HTML responses. I can only set a global CSS file and a global JS file for this app. Recently, some of the users have awakened an ancient evil, known as the <marquee> and <blink> tags.

I can’t strip the tags out on input or output, could I at least disarm them with a CSS rule?

blink {
    text-decoration: none;
}

The above gets rid of the blinking effect, is there a similar way to disable the marquee effect with CSS?

If worst comes to worst, I could use marquee { display:none }, but sometimes the users put useful information in that tag; I don’t have enough leverage there to argue “if it’s marquee, it’s unimportant by definition” (which has been a good enough approximation elsewhere).

Or am I trying to solve a non-technical problem by technical means, and should I educate the (internal) users on the Evils That Shall Not Be Invoked?


As it turns out, there is no CSS-only, cross-browser solution; I’ll have to go the harder, JS way – probably replace marquee with span.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T20:03:43+00:00Added an answer on May 11, 2026 at 8:03 pm

    There is no CSS only cross-browser solution for that. The relevant properties were first introduced in CSS3. Some user agents may have already implemented it. For instance, in Webkit you can use the -webkit-marquee* properties. In Gecko, setting -moz-binding: none works as well, though its original purpose is different.

    Otherwise, hiding all marquees at all indicates users not to use that element since it’s no longer working.

    Anyway, you can replace all marquee elements in the DOM to spans with JavaScript.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I inherited this gigantic legacy Java web app using Struts 1.2.4. I have a
I inherited this gigantic legacy Java web app using Struts 1.2.4. I have a
I have inherited a c# class 'Button' (which I can't change) which clashes with
I have an iPhone app and one of my users found a really strange
The legacy web app I have inherited, which was custom-written for Oxfam New Zealand
I have inherited a working VB.NET 2.0 web app that has several User Controls
I have inherited a client site which crashes every 3 or 4 days. It
I have inherited some legacy PHP code what was written back when it was
I have inherited an old crusty PHP application , and I'd like to refactor
I have inherited a VB6/Access application that we have developed and sold for many

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.