Imad Abu Hayyah
Imad Abu Hayyah

Reputation: 444

Late applying css on page

The problem happen after moving ASP.NET from VS2010 to VS2017.

The problem is, while loading the page on browser, it flickers showing the content same as if css is not applied, and immediately apply it.

Screen shot while loading the page: Screen shot while loading the page

Screen shot after loading the page: Screen shot after loading the page

Upvotes: 2

Views: 699

Answers (1)

Imad Abu Hayyah
Imad Abu Hayyah

Reputation: 444

I have found the solution for my problem, the solution was to add the links of the css files before the links of the java scripts files in the head section of the page.

Upvotes: 2

Related Questions