css - jQuery goMap is overwriting the styles for my footer? How to stop? -


so seems causing issue .. http://www.pittss.lv/jquery/gomap/

whenever included this, footer goes awry.

this code: http://jsbin.com/eroley/edit

the footer css fixed position: absolute -- bottom:0 bottom of page on every other page of website except contact page wants act if it's fixed page (i.e. fixed bottom @ times over-top of content rather @ bottom of page).

i've narrowed down piece of code within gomap -

        navigationcontroloptions: {             position: 'top_left',             style: 'default' /* <-- causing issue */         }, 

when remove it, footer fine maps don't work, , visa-versa. suggestions?

is adding dom node wraps footer in way? remember position:absolute; absolute position relative node's parent, assuming parent has position other static.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -