• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Chrome 18 for Android Overflow

tommybondo

Lurker
I wasn't sure exactly where to post this and I haven't received any help anywhere else so I figured the Android Forums might be able to help me. This is a question pertaining to developing a web-app that is responsive and works on Chrome for Android.

With Chrome 18, I am having an issue getting overflow: hidden to work in a very specific instance. In my web-app, I have a banner at the top of a page (kind of like a Facebook cover), and a user can upload any image. When the user uploads an image, overflow: hidden works fine and keeps the image within the container div.

If the user doesn't upload an image, I take a sampling of images and create a mosaic using tilesgallery.js that then serves as the banner. When I do this - the images don't adhere to overflow: hidden and overflow out of the container banner div. This only happens on Chrome 18 and I have no idea why. Can anyone provide any help?

I posted on StackOverflow but no-one was able to help me there. If you head over there, I have examples of the CSS and the HTML that is being created on my page. My question on StackOverflow is here.
 
Back
Top Bottom