I want to make the all table cells in table have hoverable "Fade in box" effect then show out a "view more button", but they seems not workable. Can anyone help me please ?
here is my html code below :
<div class="container-fluid">
  <div class="collapse navbar-collapse" id="myNavbar">
    <table border="1" width="90%">
      <tr>
        <td bgcolor="#FF0000">
          <div class="tablecell"><b><font color="white">Local 
    public engagement</b><span>
    <br>
    <p>High School</p>
    <ul>
    <li>One day Synthetic biology workshop</li>
    </ul>
    </span></font>
            <div class="middle">
              <div class="text">View more</div>
            </div>
          </div>
        </td>
  </div> 
    