开发者

how to design a webpage in asp.net design view which support multi resolution?

I have created my webpage in asp.net in 1024*768 resolution, my problem was that when i change my monitor resolution then the controls in my webpage will be displayed in unmanaged manner .

How to arrange items in my webpage which support multiple resolution ...

Whatever the resolution of my monitor the controls in my webpage will display as it is as managed in 1024*768 reolution !开发者_开发问答


This really has less to do with .NET and more to do with website layouts. It sounds like you have a lot of inline HTML elements which wrap in a specific way at a specific resolution, but wrap differently at different resolutions.

Do you always want a defined width supported by 1024*768? If that's the case (and often is in website design) then you can simply wrap your content in a div with a width set to the specific pixel width desired.

Furthermore, however, you'll want to get a good book on CSS and learn about that. The Zen of CSS Design is a pretty good book on the subject, and similarly you can look through the CSS Zen Garden for inspiration and examples. It's an extensive subject, but critical for good website design.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜