KarthikCMS
Technical User
Hi
In our latest project, we are using CSS based styling in the web pages. When the web pages are requested on the browser, the browser flashes the "raw" html for a moments and then applies the CSS. Can anyone explain why this is happening and what is the work around?
In all the JSP's we are using the following code to look up the css.
<style type="text/css" media="all">
@import url('css/insite_styles.css');
</style>
Thanks in advance
Regards
Karthik
In our latest project, we are using CSS based styling in the web pages. When the web pages are requested on the browser, the browser flashes the "raw" html for a moments and then applies the CSS. Can anyone explain why this is happening and what is the work around?
In all the JSP's we are using the following code to look up the css.
<style type="text/css" media="all">
@import url('css/insite_styles.css');
</style>
Thanks in advance
Regards
Karthik