English 中文(简体)
浏览器中的网络传输系统。 是否正在mad?
原标题:webkitTransform bug in safari? Am i going mad?

我认为,我已经看到了一条灯塔。 我想知道,有人会碰到这一点,这非常严重,但很模糊。

look at this in chrome and in safari, when you click the link, the div rotates and should expand the page horizontally to ensure the whole page is visible. Everything works in chrome, you can see this by scrolling to the right, the bottom right hand corner touches the edge of the screen. However Safari just cuts it off? Can anyone suggest a workaround for safari got to admit I m stumped? This is pretty serious if it s not just me which can see this...

rel=“nofollow”>http://jsbin.com/uqagan/3/

Thanks very much Alex

最佳回答

OK, so answering my own question here, not sure if it s good form (pretty new here)

在2个变式后,没有重新评价流动界限的法索里有多达5.1个。

解决办法:更新Sissas,或将一个常规内容放在儿童部分上,请指出,如果这种立场绝对不是在标准流动(相对)中,那么,为了行之有效,你也必须积极加以调整。 如果你使用轮值,矩阵等,你必须做三角,以获得新的捆绑箱规模。

希望有助于今后出现同样问题的任何人。

EDIT:

如果你真的不得不强行解决问题,你可以做以下事情:

//hack for bad rotation overflow support in safari <5.1
        if($.browser.safari && parseInt($.browser.version)<534)
        {
            $("html,body").css({"width":"20000px","height":"20000px"});
        }
问题回答
html, body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}




相关问题
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.

热门标签