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

  • SEARCH
  • Home
  • 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 8171421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:27:21+00:00 2026-06-06T21:27:21+00:00

<input class=problem type=text value=some text disabled=disabled> How can i change color of some text?

  • 0
<input class="problem" type="text" value="some text" disabled="disabled">

How can i change color of “some text”?

upd: Styling by CSS working only in Chrome & Mozilla. I need support of all browser including IE7+

  • 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-06-06T21:27:22+00:00Added an answer on June 6, 2026 at 9:27 pm

    For cross-browser solution, you need to use readonly and unselectable attributes instead of disabled, and apply these styles:

    .problem[readonly]{
         color: red;
         /*Preventing selection*/
         -webkit-touch-callout: none;
         -webkit-user-select: none;
         -khtml-user-select: none;
         -moz-user-select: none;
         -ms-user-select: none;
         user-select: none;
         /**/
    }​
    

    markup:

    <input class="problem" type="text" value="some text" readonly unselectable="on">
    

    DEMO

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

Sidebar

Related Questions

following structure: <label class=selectit> <input value=3 type=checkbox name=tax_input[event_type][] id=in-event_type-3> Workshops </label> I can easily
Background Users type information into web form inputs such as: <input type=text name=report_name value=First
To select input ending with -top I can sue the following: $(input[class$='-top'],input[class*='-top ']) But,
Is there a way with the JQueryValidation plugin to set the input css class
Can anyone please help me by solving problem in my application.I have three input
The script below works as far as i can tell: <script type=text/javascript language=javascript> $(document).ready(function()
Is there a input class to deal with [multiple] large XML files based on
How to iterate through table if it has this structure: <table> <tr> <td><input class
I have a model that is something like this: class Input(models.Model): details = models.CharField(max_length=1000)
I want to add a class to certain input or label elements in a

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.