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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:04:07+00:00 2026-05-28T01:04:07+00:00

Good afternoon Stackoverflow gurus, I wish I could show you the exact code for

  • 0

Good afternoon Stackoverflow gurus,

I wish I could show you the exact code for this issue, but I work in a secure area. I can show you an example.

Here’s my CSS

table tr.header{
background: url('image.jpg') 0 0 repeat-x !important;
}

table td{
background: none !important;
color: #FFF !important;
}

td.special{
background:url('image2.png'); 0 0 no-repeat transparent !important;
color: #FFF !important;
}

The reason for all the importants is that I’m attempting to overwrite a systems god awful bland CSS; simple colors, narrow heights and no pizzazz whatsoever.

Here’s my generic HTML

<table width="100%" cellspacing="0" cellpadding="0" border="0">
   <tbody>
      <tr class="header">
         <td>HEADER TITLE</td>
         <td class="special"></td>
      <tr>
         <td>TABLE CONTENT</td>
      </tr>
   </tbody>
</table>

I apologize for the <tbody> tags, but the system automatically puts <tbody> tags in every table.

The problem I’m running into is only in IE8, I have a set image for the table row class “Header” and the all Table Data to show as NO background, but IE8 like to fill the TABLE DATA with white. I can see the background image of the table row if I go into Developer tools and turn off the CSS for the table data, but there shouldn’t be anything in there anyways…

How can I force the table data (except for the one labeled “special”) to be 100% clear and transparent in IE8?

  • 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-28T01:04:07+00:00Added an answer on May 28, 2026 at 1:04 am

    How can I force the table data (except for the one labeled “special”)
    to be 100% clear and transparent in IE8?

    Put the following code in an external stylesheet named ie8.css.

    table,
    table td {
      background: transparent;
    }
    
    table td.special {
      background: url('image2.png'); 0 0 no-repeat transparent;
      color: #FFF;
    }
    

    Then add this code to your page.

    <!--[if IE 8]><link rel="stylesheet" href="ie8.css" /><![endif]-->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good afternoon, This may sound like a silly question, but it would be really
Good afternoon, This should be an easy one. I've done the cookie-cutter default ASP.NET
Good afternoon, I'm having a problem with a section of code I'm working on
Good afternoon, I am having an issue with wordpress. I access to page123.domain.com and
Good afternoon to all, I have this scenario: I am using SQL Server 'BulkInsert'
Good afternoon all, I have a class which looks like this: public class Grapheme
Good afternoon everybody! I have this threaded SerialPort wrapper that reads in a line
Good Afternoon, I am trying to use the composite filter but in vain. While
Dear Friends good afternoon. My problem may be this is very basic one i.e.
Good afternoon everyone, I am having an issue with a stored procedure inserting an

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.