本文介绍了IE7和母版页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为我的网络应用使用母版页。在我的一个网络表单(内容)上,我是

,使用GridView和面板来显示图表。在IE6中,页面正确显示

,主页面展开并显示页脚,gridview和图形

correclty。在IE7中,母版页不会展开,我的网格在我的母版页中覆盖了我的页脚。有没有办法解决这个问题?

I''m using master page for my web app. On one of my web forms (content) I''m
using a GridView and a panel to show a graph. In IE6 the page shows
correctly, the master page expands and shows the footer, gridview and graph
correclty. In IE7 the master page does not expand and my grid is overlaying
my footer in my master page. Is there a way to fix this?

推荐答案



您的网站是否符合XHTML标准......?




您的网站是否符合XHTML标准......?




叹息......


1)打开给你带来问题的网页


2)查看来源


3)选择整个来源


4)复制整个来源


5)访问以下网站:


6)向下滚动到通过直接输入验证部分


7)粘贴来源


8)按下按钮

Sigh...

1) Open the webpage which is giving you problems

2) Do a View Source

3) Select the entire source

4) Copy the entire source

5) Go to the following site: http://validator.w3.org/

6) Scroll down to the "Validate by Direct Input" section

7) Paste the source

8) Hit the button


这篇关于IE7和母版页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 22:55