开发者

IN Asp.net, fixed the sized of browser

Actually when i run the project browser siz开发者_如何学Ce appear little smaller which breaks the UI, is there any option to make it fixed sized


If you are speaking of F5 debugging in Visual Studio, you can right click a web document in Solution Explorer and select 'Browse with..' and set default browser size.

BUT- this does not solve your problem when deploying. You cannot control the size of the browser that requests your page.

Your only option for controlling the size of the UI is to use a default document as a bootstrap which uses JavaScript to open a new window of the desired size.

All of that said, If a default browser size is cramping your UI I would have to assume that you have a design crisis.

Good luck.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜