English 中文(简体)
我如何模拟多个表格的上限?
原标题:How do I simulate multiple table captions?

我试图提出一个特别安全局的表,即(为布局目的)上限为上下。

Unfortunately, as far as I can tell, display: table-caption merges everything into a single space at the top. This means that only the "header" caption is actually displayed.

http://jsfiddle.net/QjA2h/"rel=“nofollow> 我试图把他们当作是网球而不是,但出于某种原因,他们的宽度与表一栏的宽度有关。 (我在这里做一些错误?) 如果我将其固定的<条码>div,其宽度为<条码>100%<>。

是否有另外一种,或许是更有说服力的办法来有多种桌位限制? 我在试图改变布局时,是否犯了某些错误?

最佳回答

由于你重新使用特别安全局进行布局(这不是表格数据),因此没有理由使用“<代码>显示:表-caption<<<>code>。 仅作一次固定的散射,其宽度与表相平(或填充表边的集装箱)。

http://jsfiddle.net/fCTpR/1/。

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签