Jump to content

Hide content issue in IE7 after certain heigth


hellodipak

Recommended Posts

Hi all,I want to hide content inside a TD after certain height. The code I wrote is working well in all browser except IE7. Please help :) Here is the code - <td style="width: 250px; height:30px; float: left; display: block; overflow: auto; overflow: hidden;">Database Database Database Database Database Database Database Database Database Database Database Database Database Database Database </td>Thanks in advance!

Link to comment
Share on other sites

Can I ask why you're floating a <td> element? That kind of defeats the purpose of a table.
I added float because IE8 supports it and works fine as webkit, I have a issue in IE7, "white-space: pre; " is helping me in IE7 but I don't think it's a right solution.Thanks!
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...