Home >Web Front-end >HTML Tutorial >Why is it invalid to set the cell height of a table using css? _html/css_WEB-ITnose

Why is it invalid to set the cell height of a table using css? _html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:11:091732browse

.title
{
background:url(http://www.tzknj.cn/Skin/10/head_bg.GIF);height:35;FONT-SIZE: 12pt;

}
The above is the css for setting the cells in the table. If this is placed at the top, the height will be valid. If it is placed between , the height of the cell will be invalid. , I don’t know why this is, light expert answer


Reply to discussion (solution)

background:url(http://www.tzknj.cn /Skin/10/head_bg.GIF);height:35 px;FONT-SIZE: 12pt;

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn