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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T06:51:16+00:00 2026-05-21T06:51:16+00:00

even after setting the tr:last-child’s border: none, border is still visible. The edit button

  • 0

even after setting the tr:last-child’s border: none, border is still visible. The edit button should be after the last row. But it got position left. http://jsfiddle.net/priyaa2002/mBfk8/ Here is how it should be output

  • 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-21T06:51:17+00:00Added an answer on May 21, 2026 at 6:51 am

    You have a floating <tr> and a floating </div>:

    <div id="wrapper">
        <div class="para">
            <table id="info-table">
                <tr>
                    <td>name:</td>
                    <td id="name">name</td>
                </tr>
                <tr>
                    <td>id:</td>
                    <td id="myid">myuid</td>
                </tr>
                <tr>
                    <td>email:</td>
                    <td id="email">mysuperemail@email.com</td>
                </tr>
                <tr> <!-- WHY? -->
             </table>
        </div>
    <div class="edit">
        <button type="submit">edit</button>
    </div>
    </div> <!-- WHY? -->
    

    Get rid of them like so:

    <div id="wrapper">
        <div class="para">
            <table id="info-table">
                <tr>
                    <td>name:</td>
                    <td id="name">name</td>
                </tr>
                <tr>
                    <td>id:</td>
                    <td id="myid">myuid</td>
                </tr>
                <tr>
                    <td>email:</td>
                    <td id="email">mysuperemail@email.com</td>
                </tr>
             </table>
        </div>
    <div class="edit">
        <button type="submit">edit</button>
    </div>
    

    In the future validate your HTML 😉

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

Sidebar

Related Questions

Should entry_set be cached with select_related? My DB is still getting calls even after
I am working on this code but even after consulting other threads I am
Even after studying the examples , I'm having trouble figuring out how to extract
Seems that even after unchecking the option in the PyDev/Debug preferenecs pane to launch
It seems that runClasses() doesn't terminate the code being tested even after the test
My version of node is always v0.6.1-pre even after I install brew node and
The list of all the projects we work stay (even after we close them)
I heard that C# is a rapid application development (RAD) language. Even after reading
may i know the exact usage of getpriority() call used in linux.. even after
I want to permanently disable the lock in Android screen. i.e even after power

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.