Jeevan Akkara
Jeevan Akkara

Reputation: 41

Strange CSS Issue on Android 4.0.3 Default Browser

I created a mobile website which has a content slider with overlay text and bulleted navigation + a fixed ad banner at bottom of the page. Overlay text and navigation buttons arr placed inside separate div elements and div elements css position is set as absolute. And the fixed ad banner at the page bottom is placed in another div its css position is set as fixed.

On Android 4.0.3 Default Browser I experiences a strange issue which is not there in any other browser or mobile platforms. Am using samsung Galaxy SII to test this.

Issue: Whenever the fixed banner appears all the above absolutely positioned div elements are not visible. Why this happens?

Upvotes: 4

Views: 2076

Answers (1)

Oden
Oden

Reputation: 754

Take a look on this issue: http://code.google.com/p/android/issues/detail?id=31862 I had many problems with the stock browser too.

Upvotes: 2

Related Questions