Hello,
I have a strange problem :-)
I have a slider which I'm trying to get working on a DNN page, the slider is supposed to display full screen. It works perfectly on Chrome and almost perfectly on I.E., but on Firefox the slider is roughly double the height of the screen and increases in size every time a slide changes. The DNN page's settings change the site's default settings to use a particular ascx page (let's call it PageA.ascx).
So after a lot of trial and error, I discovered that the slider works fine in all browsers if I change the page settings to use (say) PageB.ascx. So I thought I will make a copy of PageB.ascx and call it PageC.ascx. Then I can and make changes to PageC.ascx step by step until it's the same as PageA.ascx, then at some point I will discover the cause of the error.
But when I use a copy of the pageA.ascx, I get the same error, I've made no changes whatsoever.
To Summarise:
PageA.ascx - Works on Chrome and I.E. but doesn't display the slider correctly in Firefox.
PageB.ascx - Works perfectly on all browsers.
PageC.ascx - Is just a copy of PageB.ascx but causes the same problems as PageA.ascx.
I'm using DNN 7.4.
All ascx pages are from the same theme.
There are no relevant errors in the event viewer.
I must be missing something but I'm out of ideas, I guess I can sleep on it and hope I have one of those 'ah ha' moments in the morning, but somehow I don't think I will.
Does anyone please have any suggestions. I tried to explain as clearly possible, any questions about the above gladly answered.
All the best,
Steve.