Google displays a popup that asks if you want to set your home page as google.com. It\'s quite normal, when I say OK it sets it as google.com. After that however, I don\'t get t
The following css code is the culprit.
behavior: url(#default#homePage) url(#default#userData);
this is why I don't really like IE. The behavior url(#default#userData) tells the browser to store this as session information on the client side or browser memory.
More information here: http://msdn.microsoft.com/en-us/library/ms533015(v=vs.85).aspx