ASP页面中的解析问题 [英] Resolution problem in asp page

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

问题描述

先生
我喜欢了一个ASP页面,它的外观将浏览器更改为浏览器.
在mozila页面中仅占一半的网格.
如何设置高度和宽度,以使页面占据全屏,而没有侧面滚动条.请帮帮我.

hi sir
i delovped a asp page its look changes browser to browser.
in mozila page occupies only half screan .
how we can set height and width so that page occupies full screan without side scroll bar. please help me.

推荐答案

您将高度和宽度放在 PX 吗? 不要使用Px.使用百分比(%).这是示例.
have you put your Height and Width in PX ?
do not use Px. use percentage (%). here is example.
<table>
<tr>
  <td width="70%">
     my size is 70% of screen
  </td>
  <td width="30%">
     my size is 30% of screen
  </td>
</tr></table>


If it is running ok in IE7 and you want it to run similar to IE7 in IE8 as well then,
write this below <title></title>
<meta http-equiv="X-UA-Compatible" content="IE=7" />

There can be some other issue like wht property are you using in css because of that it behave diffrent in diffrent browser.

and for Resolution,i think you hv to design pages in %.


这篇关于ASP页面中的解析问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆