English 中文(简体)
与100%窗口高度相近的厚框或类似的东西
原标题:Thickbox or something similar with a 100% window height

我正在建立一个带有视频背景的网站, 为了让与访问者一起播放的视频在浏览网站时随弹跳出。 我用Thickbox做了这个操作。 然而, 厚盒似乎只允许我使用定义的高度, 在那里我希望能达到100%的高度, 有人知道情况是否如此, 或者我会如何实现类似于其他js脚本的东西吗?

但似乎不喜欢用其他js剧本, 即视频背景?

来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊 来人啊

这是网站,提前道歉 标题只是我有时使用的一个保留页。

提前感谢。

"http://pissflapspissflapsflaps.tumblr.com/" rel="no follows" >http://pissflapspissflaps.tumblr.com/

问题回答

使用在这里找到的 javascript 函数 :

"http://www.geekdaily.net/2007/07/04/javascription-cross-browser-window-size-and-centering/"rel=“无尾随”>windowSize.js

然后将 window. size( y) 转到视频背景功能上。 每当窗口调整大小时, 您可能必须再次设定此值 。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.