Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Position fixed doesn’t work in all Google Chrome Re: Position fixed doesn’t work in all Google Chrome

#105876
i3iorn
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?