C
catweezle2010
Hello all,
I develop aspx pages for internal use. We use IIS 6, .net 2 and IE 6.
In the head of the clientcode I call a css file like "@import
url(../CSS/Styles.css);"
All this runs fine. When I pubish the site to the server and call it
from a clientmachine everything looks fine as well. But when there is a
postback all styles are gone and the site is nearby unuseable. On the
next postback it mostly looks fine again.
Do I use the wrong way to implement the css or do I have to update the
..net Framework with something?
Thanks for help.
I develop aspx pages for internal use. We use IIS 6, .net 2 and IE 6.
In the head of the clientcode I call a css file like "@import
url(../CSS/Styles.css);"
All this runs fine. When I pubish the site to the server and call it
from a clientmachine everything looks fine as well. But when there is a
postback all styles are gone and the site is nearby unuseable. On the
next postback it mostly looks fine again.
Do I use the wrong way to implement the css or do I have to update the
..net Framework with something?
Thanks for help.