We are working on an asp website using frames. In the inner frame, default.css is linked. In default.css, a few css-files are imported. On a postback, the css files are not executed. On a 'normal' load, css is executed.
- In the source of the webpage we do see the reference to default.css. The path is correct.
- When using in the head of the webpage, some users have the page displayed perfectly fine, others have a page without css. Those users all use IE, on various OS.
- viewState true or false does not seem to influence the result
- FireFox displays the page as intended.
Can you help us look for a solution please?