Initially, I it was a plain jquery slider item with no grey line around the item image.Then I decided to insert the price below the item image and link. I put the item html coding inside a table and now a grey line appears around the item as shown on www.dailycrazydeals.com.
The html code is as shown below:
<h1>Daily Deals</h1> <div id="mi-slider" class="mi-slider"> <ul> <li> <table> <tbody> <tr> <td align="center" valign="center"> <a href="#"><img src="" alt="img11"><h4>test</h4></a> <hr width="130%" noshade> </li> </td> </tr> <tr> <td>WAS:</td> <td class="strikethrough">$179.95</td> </tr> <tr> <td>YOU SAVE:<hr width="130%" noshade></td> <td>$40.00<hr width="100%" noshade></td> </tr> <tr> <td>$139.95</td> </tr> </tbody> </table>