简体   繁体   English

如何扩大html表格的边界

[英]how can I enlarge the boundaries of an html table

There are many tables nested inside as it showd in the following three images. 如下面的三个图像所示,其中嵌套了许多表格。 Please give an idea so that I can see the circled images fully in the third image.. 请提出一个想法,以便我可以在第三张图像中完全看到圈出的图像。

ps: if you want any html code of oa part, I can share it here on request.. ps:如果您想要oa部分的任何html代码,我可以根据要求在此处共享。

Now 1 alt text http://img148.imageshack.us/img148/5750/21619773.jpg 现在有 1个 替代文本http://img148.imageshack.us/img148/5750/21619773.jpg

2 alt text http://img408.imageshack.us/img408/2884/30078896.jpg 2个 替代文字http://img408.imageshack.us/img408/2884/30078896.jpg

The Desired Html Page: 所需的HTML页面: 替代文字

The Final Scene: 最终场景: 替代文字

Having trouble understanding your question... if you're looking to enlarge a table, it might be as simple as setting the width. 无法理解您的问题...如果您要放大表格,可能只需设置宽度即可。 However, you'll get more of what I think you're looking for if you're usings divs and/or floats instead of tables... tables tend to make your layout very rigid and un-fluid. 但是,如果您使用div和/或浮点数而不是表格,则会得到更多我认为您正在寻找的东西……表格往往会使您的布局非常僵化且不流畅。

If you're looking to move content to different areas on the page after the expand, this can be done in javascript by manipulating the DOM... I can't be more specific without understanding what you're trying to do. 如果您想在扩展后将内容移动到页面上的不同区域,可以通过操作DOM在javascript中完成...我不可以更具体地理解您要做什么。

Can you post a picture of what you want it to look like afterwards? 您能张贴一张您希望以后的样子的图片吗? The circles and arrows aren't giving me a clear understanding. 圆圈和箭头没有给我清楚的了解。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM