Hi everyone. I have put together a website for the school I work for, which allows our staff to log in and write reports for the kids.
I designed it using Visual Studio .NET 2003, and it's coded in ASP.NET. When I view it in IE, everything works perfectly.
I assumed no-one would worry about it working on other browsers, but it turns out loads of the staff use FireFox, and I have a problem! When I view the pages using FireFox on the internet, the layout is wrong, the sizes of buttons and controls are wrong, and it looks a mess.
BUT! if I load the page on IE, and then save the page as an HTML file, and open the saved page in FireFox, it displays as originally intended. (Even though if it loads straight into FireFox its all wrong)...
What on earth is going on?! I don't understand...
Oh, and if I save the page source from FireFox, and open it up in IE, it shows incorrectly there too. I assume that something is going wrong at the time the page is generated as the pages either work on both browsers (if IE served the page) or don't work on both browsers (if FF served the page)......?
I just examined the page source, and when the browser requesting the page from the server is FireFox, various elements are missing from the style attribute on many items on the page, that are otherwise present if the browser requesting the page is IE. I haven't coded anything that would do this, so why are my webpages selectively not sending information to some browsers?
I designed it using Visual Studio .NET 2003, and it's coded in ASP.NET. When I view it in IE, everything works perfectly.
I assumed no-one would worry about it working on other browsers, but it turns out loads of the staff use FireFox, and I have a problem! When I view the pages using FireFox on the internet, the layout is wrong, the sizes of buttons and controls are wrong, and it looks a mess.
BUT! if I load the page on IE, and then save the page as an HTML file, and open the saved page in FireFox, it displays as originally intended. (Even though if it loads straight into FireFox its all wrong)...
What on earth is going on?! I don't understand...
Oh, and if I save the page source from FireFox, and open it up in IE, it shows incorrectly there too. I assume that something is going wrong at the time the page is generated as the pages either work on both browsers (if IE served the page) or don't work on both browsers (if FF served the page)......?
I just examined the page source, and when the browser requesting the page from the server is FireFox, various elements are missing from the style attribute on many items on the page, that are otherwise present if the browser requesting the page is IE. I haven't coded anything that would do this, so why are my webpages selectively not sending information to some browsers?
Last edited:














