iframe中的内容超出了边框_html/css_WEB-ITnose
把调用的页面显示在里面,其他页面都没有问题,
就是highcharts图的页面,当有竖滚动条时,上下滚动highcharts图的页面会超出框外?
回复讨论(解决方案)
overflow:hidden
overflow:hidden
我用了的,就是不起作用!
引用 1 楼 的回复:
overflow:hidden
我用了的,就是不起作用!
那你高度宽度设置了没? 不然你就把代码拿出来 让各位大神看看 我个人感觉高度宽度overflow都设置了应该没问题
引用 2 楼 的回复:
引用 1 楼 的回复:
overflow:hidden
我用了的,就是不起作用!
那你高度宽度设置了没? 不然你就把代码拿出来 让各位大神看看 我个人感觉高度宽度overflow都设置了应该没问题
被调用的页面高度是固定的
我用的是jquery ui 布局的,在IE8下没有问题,在IE7 360下只有调用highcharts图的页面,
出现这个问题
这是框架部分CODE:
<link rel="stylesheet" type="text/css" href="css/jquery.css"><script type="text/javascript" src="js/jquery.js"></script><script type="text/javascript" src="js/layout-ui-datepicker-min.js"></script><script type="text/javascript" src="js/left-core-min.js"></script><script language="javascript">function UnLoadEvent(){ window.location.href='exit.php';}</script></head><body id="" onunload=""> <div class="ui-layout-north header ui-layout-pane ui-layout-pane-north broke-endless-pages"> <div class="top"></div> <ul> <li><a title="退出系统" href="exit.php" hidefocus="ture"><img src="/static/imghw/default1.png" data-src="./images/c5.png" class="lazy" / alt="iframe中的内容超出了边框_html/css_WEB-ITnose" ></a></li> <li><a title="系统管理" href="frame_system.php" hidefocus="ture"><img src="/static/imghw/default1.png" data-src="./images/c4.png" class="lazy" / alt="iframe中的内容超出了边框_html/css_WEB-ITnose" ></a></li> <li><a title="考勤管理" href="frame_attendance.php" hidefocus="ture"><img src="/static/imghw/default1.png" data-src="./images/c3.png" class="lazy" / alt="iframe中的内容超出了边框_html/css_WEB-ITnose" ></a></li> <li><a title="信息导入" href="#" hidefocus="ture"><img src="/static/imghw/default1.png" data-src="./images/c2.png" class="lazy" / alt="iframe中的内容超出了边框_html/css_WEB-ITnose" ></a></li> <li><a title="信息查询" href="frame.php" hidefocus="ture"><img src="/static/imghw/default1.png" data-src="./images/c1.png" class="lazy" / alt="iframe中的内容超出了边框_html/css_WEB-ITnose" ></a></li> </ul> </div> <iframe class="ui-layout-west ui-layout-pane ui-layout-pane-west" src="frame_left_inquiry.php" name="leftFrame" id="leftFrame" frameborder="0" scrolling="no"></iframe> <iframe src="virtualAccount/ID_Search.php" name="mainFrame" id="mainFrame" class="ui-layout-center ui-layout-pane ui-layout-pane-center" frameborder="0" scrolling="yes" style="max-width:90%"> </iframe> <div class="ui-layout-south ui-layout-pane ui-layout-pane-south"> <span></span> </div></body></html>
这是被调用的页面code:
<!DOCTYPE HTML><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Highcharts Example</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script type="text/javascript">$(function () { var chart; $(document).ready(function() { chart = new Highcharts.Chart({ chart: { renderTo: 'container' }, title: { text: 'Logarithmic axis demo' }, xAxis: { tickInterval: 1 }, yAxis: { type: 'logarithmic', minorTickInterval: 0.1 }, tooltip: { headerFormat: '<b>{series.name}</b><br />', pointFormat: 'x = {point.x}, y = {point.y}' }, series: [{ data: [1, 2, 4, 8, 16, 32, 64, 128, 256, 512], pointStart: 1 }] }); }); }); </script> </head> <body><script src="../../js/highcharts.js"></script><script src="../../js/modules/exporting.js"></script><div id="container" style="min-width: 400px; height: 400px; margin: 0 auto"></div> </body></html>
我用的是jquery ui 布局的,在IE8下没有问题,在IE7 360下只有调用highcharts图的页面,
出现这个问题
这是框架部分CODE:
PHP code
<script></script> 我说的宽度高度是你在iframe的style里面加 你加了试试 如果不行那我也不懂了 - -期待哪个大神帮你解决吧

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

The official account web page update cache, this thing is simple and simple, and it is complicated enough to drink a pot of it. You worked hard to update the official account article, but the user still opened the old version. Who can bear the taste? In this article, let’s take a look at the twists and turns behind this and how to solve this problem gracefully. After reading it, you can easily deal with various caching problems, allowing your users to always experience the freshest content. Let’s talk about the basics first. To put it bluntly, in order to improve access speed, the browser or server stores some static resources (such as pictures, CSS, JS) or page content. Next time you access it, you can directly retrieve it from the cache without having to download it again, and it is naturally fast. But this thing is also a double-edged sword. The new version is online,

This article demonstrates efficient PNG border addition to webpages using CSS. It argues that CSS offers superior performance compared to JavaScript or libraries, detailing how to adjust border width, style, and color for subtle or prominent effect

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.
