css - Google chrome not rendering page correctly -


here link http://demo.elxer.com/new_eco/

the header (menu , logo section of page not recunstructing correctly on scroll) in google chrome... working fine other browser , google chrome version using google chrome version version 25.0.1364.152 m, please help. might css issue or might jquery or browser rendering issue, have tried lot search no find answer.

there not about, i'm afraid. thing helped me out forcing 3d mode with

-webkit-transform: translate3d(0, 0, 0); 

i tried set div under #overlay:

<div style="position: relative; top: 0px; min-width: 1150px; max-width: 1280px; height: 4245px; overflow: hidden; margin:0 auto; -webkit-transform: translate3d(0, 0, 0);"> 

that worked me, brings issue width. maybe easier resolve.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -