0

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>
Andrzej Ziółek
  • 2,241
  • 1
  • 13
  • 21
Alan Chiu
  • 75
  • 5
  • 1
    Possible duplicate of [Using CSS for fade-in effect on page load](https://stackoverflow.com/questions/11679567/using-css-for-fade-in-effect-on-page-load) – Priyal Sep 18 '17 at 06:24
  • Share jquery code you tried please – SilverSurfer Sep 18 '17 at 06:24
  • @SilverSurfer How to share? i Cannot show my css code because the blog always give out warning which is about "mostly code" – Alan Chiu Sep 18 '17 at 06:26

0 Answers0