Overflow:hidden doesn't work on Xoom Browser
I have an image within a div container, that di开发者_StackOverflow中文版v container
has the style "overflow:hidden" which works on all major browsers but for some reason doesn't work on Xoom, any ideas? What browser is that anyway?I've got a similar quandary in that overflow:auto stuff appears properly when the dom element is within the viewport, but once the element has moved above or below the viewport, it's content breaks free and becomes visible.
To answer your "what browser is that anyway", the User Agent I got during my tests was:
Mozilla/5.0 (Linux; Android 3.1; en-us; Xoom Build/HMJ37) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13
The interface certainly looks like Chrome, but I guess it's a custom browser(?) Paste that into http://useragentstring.com to get a pretty good analysis of the agent string.
精彩评论