css - Table-layout: fixed - IE8 delay render problem with dynamic content -


i using table style table-layout:fixed solve wrap problems. table content dynamic produced php. when page rendered, many cells content doens't appear!

the content appear if pass mouse cell. if resize window manually, cell content appear!

what can do? accept solution! can javascript, css, php...

thanks!

simone

it sounds need style headers in first row of table in order establish width each column.

<table>   <tr>     <th style="width:100px;">header 1</th>     <th style="width:100px;">header 2</th>   </tr>   <tr>     <td>value 1</td>     <td>value 2</td>   </tr> </table> 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -