Jump to content

Style Sheet Not Loading


stevenjm

Recommended Posts

hey, style sheet not loading. maybe check server load or css path's.

<style type="text/css" media="all">

@import url(http://www.thaivisa.com/forum/style_images/css_17.css);

</style>

suggest you use relative path instead for performance reasons.

ie.

link rel = "stylesheet" href = "forum/style_images/css_17.css"

Edited by stevenjm
Link to comment
Share on other sites

hey, style sheet not loading. maybe check server load or css path's.

<style type="text/css" media="all">

@import url(http://www.thaivisa.com/forum/style_images/css_17.css);

</style>

suggest you use relative path instead for performance reasons.

ie.

link rel = "stylesheet" href = "forum/style_images/css_17.css"

With the system your using you are basically asking server to make full connection to url through dns etc every time style sheet is loaded instead of jumping straight to directory where its located. Big performance hit and extra server load.

Link to comment
Share on other sites

hey, style sheet not loading. maybe check server load or css path's.

<style type="text/css" media="all">

@import url(http://www.thaivisa.com/forum/style_images/css_17.css);

</style>

suggest you use relative path instead for performance reasons.

ie.

link rel = "stylesheet" href = "forum/style_images/css_17.css"

With the system your using you are basically asking server to make full connection to url through dns etc every time style sheet is loaded instead of jumping straight to directory where its located. Big performance hit and extra server load.

next day. refresh, refresh, refresh. still not loading.

Link to comment
Share on other sites

The css is only loading once, then its saved in your browser cache. Sometimes your cache get corrupt, then you just delete the cache content and a new fresh css will be loaded, once.

Thanks but I was hitting refresh which loads fresh css everytime.

relative paths are much more efficent than absolute url's.

anyway, loading no prob now.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.



×
×
  • Create New...