No CSS on login-page

  • Thread starter Thread starter Kremfjes
  • Start date Start date
K

Kremfjes

I have a simple login.aspx and a default.aspx. Both have the same css
in the head, but IE only use it on the Default page. When i save the
output from login.aspx as a static html file, the css works perfectly.
Why does IE bother with the page being static or not? Im totally
confused...
 
Is this ASP.NET 1.x or 2.0? If you're using ASP.NET 2.0, in Beta1 (and many
CTPs) there's a bug if you're using Themes and CSS files that the CSS is
denied if you're not authenticated. This should be fixed in a later build
(beta 2).

-Brock
DevelopMentor
http://staff.develop.com/ballen
 
Back
Top