Home › Forums › CSS › Position fixed doesn’t work in all Google Chrome › Re: Position fixed doesn’t work in all Google Chrome
July 11, 2012 at 7:13 am
#105876
Member
How is it not working on your home computer? But I think that this part can have something to do with it.
#footer_menu .inner {
width:100%;
height:100%;
position:fixed !important;
}
This tells the #footer_menu .inner to break out of the #footer_menu and fill the entire screen. Though I cant’ see the .inner class being applied anywhere. Maybe in the javascript function?