Forums

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

Home Forums CSS Positioning and Height not working correctly in Firefox/IE Reply To: Positioning and Height not working correctly in Firefox/IE

#155495
ferdia
Participant

Hi there,

First of all thanks for replying!

The problem is I can’t force a fixed height for more than just the largest versions of the website, because the height of the div in question is dynamic, to allow for the background to adjust. The reason it has a fixed height once it reaches a certain width, is to stop the footer from getting pushed down too far.

I have set the background to height 700 for the moment for you to have a look, but you will see that while it looks perfect at the large width, once the responsive design kicks in and I allow the height of the div to decrease, the CTA snaps back up to the top.

Do you have any idea how I might achieve that effect without the dynamic height of the div? I’ve even tried setting and adjusting a fixed height via JQuery, but it’s not getting me anywhere very fast :(