Hello DNNers
Using DNN framework 4.9.5, and have noticed that whilst waiting for something to load, there is a progress bar at the bottom of the page, such as:
On some of my pages though, where I have also loaded in a self-made module, this progress bar might be in a different, somewhat whacky, location
My sites are typically eCommerce sites, so I will generally have some Ajax running whilst we are checking credit card validity (you know, grey out the screen, bring up a message about not clicking refresh, closing browser, that kind of thing), and it's whilst this process takes place in particular that I see this progress bar in an odd position (up near top right of the browser window, just sort of hanging in the middle of nowhere)
And now for the strange part: the progress bar isn't seen in IE8, not sure about other versions (meaning, during my checkout process the bar isn't seen. In other areas it still is, such as in the above screenshot)
The progress bar IS seen in other browsers during my checkout process, such as Safari and Opera (not sure about Firefox)
Is there something that controls whether this progress bar displays at all (ideally I want to hide it, but I need to keep Ajax controls working) and if not, is there a way to control it's position via CSS or something?