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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:19:34+00:00 2026-06-13T12:19:34+00:00

Both what Mr. Alien and GionaF said does the trick. However, in this particular

  • 0

Both what Mr. Alien and GionaF said does the trick.

However, in this particular case, we decided to remove the onclick events and disabled=”disabled” all together since it didn’t really make any sense.


I’ve run into a problem with the <input type="submit"> element in IE8 and 9.

It looks fine, normal, hover and active states. But after the button has been clicked, the text get’s some sort of drop shadow along with a grey color which I can’t seem to override.

Image of the issue

I have a feeling that it might be the onclick events causing this, but can it be fixed through CSS?

Html for the buttons:

<input class="button" type="submit" id="CancelButton" name="CancelButton" value="Avbryt" onclick="window.setTimeout( disableButtons, 1 ); return true;" />
<input class="defaultbutton" type="submit" id="PublishButton" name="PublishButton" value="some_ez_publish_code" onclick="window.setTimeout( disableButtons, 1 ); return true;" />

The CSS (lot’s of classnames, leaving them out):

background-image: none;
background: url(../images/btn-sprite-large.png) 0px 0px no-repeat;
border: 0;
color: #fff;
cursor: pointer;
display: block;
font-size: 11px;
font-weight: 900;
height: 32px;
line-height: 26px;
text-align: center;
text-shadow: 0 -1px 0 #d12015;
width: 120px;
  • 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-13T12:19:35+00:00Added an answer on June 13, 2026 at 12:19 pm

    It seems that you’re disabling the buttons after click ( function disableButtons ). To change the text’s grey color (default for disabled) you can use:

    .button[disabled], .button:disabled {
        color:#fff;
    }​
    

    Then, as Mr. Alien said, you’ve to find a way to target ie (probably with conditional comments) and switch from text-shadow to filter:

    .ie .button {
        text-shadow:none;
        filter:/* etc */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to redefine this C structure to Lua with alien 0.50 module however
Both the events are getting fired at the time onblur event. <%@ Page Language=C#
Both events are fired by Netty framework , with a handle to the ChannelBuffer
I'm attempting to align the text next to the checkbox on this page, however
I figured this would be simple, I need to align both of the inside
Both of these frameworks are great, but I've noticed that Knockout likes to point
Both Network.Socket.ByteString and Network.Socket.ByteString.Lazy have a send function. Network.Socket.ByteString has a sendTo function, but
Both Ruby and Python have the ability of calling the debugger from code (
Both methods MyBehavior::CreateSerializer() are not called of some reason, but ReplaceBehavior() method is working.
Both my Rails model and controller code need to write files to the file

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.