Home  >  Article  >  Web Front-end  >  水晶报表太宽导致页面错位_html/css_WEB-ITnose

水晶报表太宽导致页面错位_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:22:571194browse

VS2003,ASP.NET,一个页面用div和table方式布局的,其中一个水晶报表嵌在这个页面的一个table里面,结果程序运行之后,由于水晶报表太宽导致页面错位,然后我用了这个方法:设置水晶报表的外层talbe有水平滚动条同时限定水晶报表外层table的宽度(width)
结果这个方法不管用,请问有没有其他的方法?有的话最好能写出能解决这个问题的代码


回复讨论(解决方案)

这个难道没人会吗?

谁第一个回答这个问题,我就把这个问题的分给谁

谁第一个回答这个问题,我就把40分给谁

试试把table放在iframe里面,然后width设置为auto,限制每个td的宽度.

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