View Single Post
Old Nov 19th, 2006, 2:57 PM   #4
Eryk
Programmer
 
Join Date: Jul 2005
Posts: 62
Rep Power: 4 Eryk is on a distinguished road
Quote:
Originally Posted by Xeoncross View Post
Sorry, I can't supply a link... but it is running on a 1and1.com server.

:::::::::::::::::::::::::::::::::

Ok, weird.

For the first time ever, IE is actually working with this code while the problem seems to be with FireFox?!? In IE the style changes just fine... but in firefox it chooses its own style.
Well that would mean that its not a server-side error, but rather the way its handled by the client. Perhaps something wrong with setting the cookies. After the cookie supposed to have been sent go to
Tools > Options > Privacy > Show Cookies
Then search for your site. See what the cookie says. Or in the URL bar you could just type:
javascript:alert(document.cookie);void(0);
Eryk is offline   Reply With Quote