把调用的页面显示在里面,其他页面都没有问题,
就是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/imghwm/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/imghwm/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/imghwm/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/imghwm/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/imghwm/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里面加 你加了试试 如果不行那我也不懂了 - -期待哪个大神帮你解决吧

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 <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

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

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

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

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

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.

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


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

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Chinese version
Chinese version, very easy to use

Dreamweaver Mac version
Visual web development tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.