Firefox Breaks Layout Without HTTPS Connection

Hey,

Here is a strange error (I fixed the one in my last thread but couldn’t edit it).

Go here:

http://www.trackingdogsupply.com using Firefox 3

Then try it with secure connection (https)

You will notice the style layout/format is cleaner/more organized and proper with https.

With Safari, IE it loads fine EITHER way. With Firefox 3, it goes in the toilet WITHOUT https. Have you ever seen anything like this before? We’re desperate to know how to resolve this. I can’t even begin to know how to search for such a solution.

Thanks for your time.

PS. Apparently my client has it redirect straight to https now if you enter via http. Either way, how is it possible that all css files load https url’s yet it works on all browsers but firefox?

i have no idea if this is part of the problem, but is the hash sign in this is a potential problem:

https://www.trackingdogsupply.com/index.php?wpsc_user_dynamic_css=true&#038 ;category&#038 ;ver=3.7.59

the actual path request sent through to the server will be:
/?mcsf_action=main_css&
missing off everything from the hash onwards. whether that’s a problem or not depends on the system behind the scenes i suppose.

ok forget that, that’s probably rubbish; the browser will convert the html entity. silly me. i was copying it straight out of the source code.