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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:03:36+00:00 2026-05-13T01:03:36+00:00

This code is working on browsers other than IE: table.tbl.tr.td:first-child { display: none; }

  • 0

This code is working on browsers other than IE:

table.tbl.tr.td:first-child { display: none; }

What shall I use for to make it work on all browsers?

  • 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-13T01:03:37+00:00Added an answer on May 13, 2026 at 1:03 am

    Unfortunately, older versions of IE do not support :first-child in CSS. Don’t know about IE8. Anyways, if you don’t want to do javascript, and you have access to the html, it’s pretty easy to assign a “first” class to the first column tds in the table. So the html will look like:

    <table>
      <tr>
        <td class="first">...</td>
        <td>..</td>
        ..
      </tr>
    </table>
    

    You can then create a css entry like:

    table td.first { display: none; }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code, window.onload = function(){ if($('div.colorPicker').length){ $(div.colorPicker).click(function(){ if($('.field_sku').length){ code = $(this).children('.tmpSKU').html(); if(!code
I have javascript that working fine in Firefox 3.x.x, but it does not work
the code: if (!($.browser.msie && $.browser.version.substr(0, 1) == '5')){ $('ul a span', '#menu'.not('{Developers}')).css('color', 'rgb(210,210,210)').hover(
I have the following link: <a href=#section>Section</a> Now I really want this link to
I have a to rewrite code written couple of years ago to work with
I have the following code in a project for the main navigation. It is
I'm using a fairly basic vertically expanding page layout in CSS, and I'm trying
I'm trying to get a countup timer against some timed entries in my app
I have a menu for which I wanted all of the space around the
Using jQuery I want to be able to click an element which will also

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.