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 6678045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:11:47+00:00 2026-05-26T04:11:47+00:00

In my table: <table class =test> <tr class=bill> <td class=total-title>Totals</td> <td> <input class=Test1 type=text

  • 0

In my table:

<table class ="test">
              <tr class="bill">
                    <td class="total-title">Totals</td>
                    <td>
                        <input class="Test1" type="text" readonly="readonly" disabled="disabled"/>
                    </td>
                    <td>
                        <input class="Test2" type="text" readonly="readonly" disabled="disabled"/>
                    </td>
                    <td>
                        <input class="Test3" type="text" readonly="readonly" disabled="disabled"/>
                    </td>
              </tr>

The color of the text inside the textbox is GREY in IE9 but not in Mozilla.
What should be the sytle for ONLY TextBox value? I know my all ‘td’ classes are different, but thats the requirement.


I did this:

.Tax #MyPage TABLE.test INPUT[disabled='disabled'] 
 { 
    color: #CCC; 
 }

Not working 🙁

  • 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-26T04:11:48+00:00Added an answer on May 26, 2026 at 4:11 am

    The grey text is because of IE9’s built-in styles and it decides to color it like so. Other browsers can treat disabled items all a bit differently.

    If you want finer control over the style in all browsers, you might want to look into CSS Attribute Selectors to see if that will help. May have to throw an !important in there, but not sure on that.

    input[disabled='disabled']
    {
    color: #CCC;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

my table: id address tag 1 test class1 2 test1 class2 3 test3 class3
I had a simple table: class test(Base): __tablename__ = 'test' id = Column(Integer, primary_key=True)
I have a class, BillMedicine, which is many-to-many table for Bill and Medicine. The
I have a Simple insert and update test for a table: case class Player(id:
I have tried this so far... class Test { public $table = 'users' public
Why is this thing not working? [Database(Name=Relationships_Test)] [Table(Name = Order)] public class Order {
If role is an STI table: class Role< ActiveRecord::Base self.inheritance_column= :role_type end And Student
I'm trying to include a simple hash table class in some files with a
I have the following code in my context, and no explicit table-class mapping, yet
I have a table of class players with 5 columns and 40 rows. I

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.