English 中文(简体)
窗口转门的超支
原标题:Overflow on windows resize

然而,这可能是创新的,但我无法说明解决这一简单问题的办法。

  1. On window resize i want all the elements as it is on the page as they were when the widow was in maximized state.When the user resizes window all the content exceeding the view port i.e visible area should simply be hidden.

I have tried $(document).css( overflow , hidden ) but does not seems to solve the problem.

此外,在谈论的亚克斯推进技术中,技术似乎有助于长期工作。 总统办公室 答案应当基于开放源工具的可用性和社区的积极性。

提前感谢。

问题回答
body {
    overflow: hidden;
}

视你们的需要,或许你也想确定这种宽度。





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签