开发者

Chrome TD height

I've got a proble开发者_运维问答m on beta.ovoweb.net ; the td (below the tabs, little grey line) isn't visible in Chrome. It is in Firefox. How can I fix this Chrome problem?


The content of the td has zero height. Put content inside of it that has height.


Because Chrome ignores blank area.

Try

<div id="ovoSubmenuContent">&nbsp;</div>

or

<td colspan="2" height="5">
   <div id="ovoSubmenuContent"></div>
</td>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜