屏幕分辨率问题. [英] screen resolution problems.

查看:117
本文介绍了屏幕分辨率问题.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


在asp.net中创建页面时,将其设置为100%时可以使用屏幕大小来调整宽度,但是当将其设置为100%高度时可以不使用屏幕分辨率来调整高度.


我需要查看整个页面,而没有任何分辨率的100%高度和100%宽度的滚动条.请帮助我.

Hi,
When we are creating a page in asp.net,the width can be adjusted with the screen size when we set it as 100%,but height is not adjusted with screen resolution when we set it as 100% height.


i need to view the entire page without scroll bar with 100% height and 100% width in any resolution.Please help me.

推荐答案

不要天真.垂直和水平方向不对称.像这样调整宽度,您是对的. HTML非常注重基于垂直滚动的设计,但是出于充分的原因,水平滚动被认为是肮脏的.我建议你随它离开.

您也可以使用绝对定位CSS,但这非常不灵活.您也可以将绝对定位和相对定位结合起来,但这并不能帮助您解决垂直问题.再次,垂直滚动有什么问题?

请阅读以下意见: http://www.iteracy.com/resources/build-a-better-website/size-and-layout-of-a-web-page/ [
—SA
Don''t be so naive. Vertical and horizontal directions are not symmetrical. Only width is adjusted like that, you are right. HTML is heavily oriented to design based on vertical scrolling, but horizontal scrolling is considered dirty, and for a good reason. I would suggest you leave with it.

You can also use absolute-positioning CSS, but this is very non-flexible. You can also combine absolute and relative positioning, but it won''t help you to solve the vertical problem. Again, what''s wrong with vertical scrolling?

Please read this opinion: http://www.iteracy.com/resources/build-a-better-website/size-and-layout-of-a-web-page/[^] (see the section "Page height").

—SA


如果它在IE7中运行正常,并且您希望它也与IE8中的IE7类似运行,
在< title></title>
下写
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" />



可能还有其他问题,例如您在css中使用wht属性,因为它在不同的浏览器中表现不同.

对于分辨率,我想您是用%来设计页面.



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 %.


这篇关于屏幕分辨率问题.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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