Announcement

Collapse
No announcement yet.

Google Chrome not loading CSS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Google Chrome not loading CSS

    Has anyone else experience this.
    In every other browser it works but on Google Chrome the CSS file is not loading.

    What do you do to fix it?

    Test link:

    http://web17.extendcp.co.uk/grafea.co.uk/index.html

    I use:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

    &

    <link rel="stylesheet" type="text/css" href="overlay-minimal.css" />

    Thanks
    www.grafea.co.uk
    Vintage Leather briefcases

    http://www.grafea.com
    Designer leather bags
    --------------------------
    Yanni Kioupouroglou

    #2
    Chrome seems to be ignoring actinic.css near the comment:
    Code:
    /*************** Remove border from image links ************/
    I used Chrome's Tools / Developer Tools / Resources / expand Frames / expand index.html / expand stylesheets / look in actinic.css and see the syntax highlighting give up early.

    Try removing or changing such comments to e.g.
    Code:
    /* Remove border from image links */
    I see many such comments but they're not there in the standard actinic.css.

    Also:
    Code:
     background: url('C:\Documents and Settings\user\My Documents\Actinic v9\Sites\GRAFEA - UK\Photos\MAIN-DESIGN\BACKGROUNDS\background-wood.JPG')
    Isn't going to work.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      UPDATE:

      Deleting that background: url('C:\Documents and Set.... seems to fix it.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X