Announcement

Collapse
No announcement yet.

actinic.css error in firefox consule

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

    actinic.css error in firefox consule

    Hello all,

    I am getting the following two errors in Firefox error consule:

    1. Expected ':' but found '.'. Declaration dropped.
    I cannot find this error as the FF error console highlights all the css.

    2. unexpected end of file while searching for closing } of declaration block.

    The only problems I can see are in the following extracts from the FF error console (in actinic.css):

    Code:
     /* CHS LINK FORMATTING ELEMENTS -------------- */ a.chstextlink:link  { color : blue; text-decoration : underline; } a.chstextlink:visited  { color : purple; text-decoration : underline; } a.chstextlink:hover  { color : blue; text-decoration : underline; } a.chstextlink:active  { color : blue; text-decoration : underline; } a.chs_navbar_txtlink  { color : #000000; text-decoration : none; a.chs_navbar_txtlink:visited  { color : #000000; text-decoration : none; a.chs_navbar_txtlink:hover  { color : #ffffff; text-decoration : underline; background : #000000; a.chs_navbar_txtlink:active  { color : #000000; text-decoration : none; /* END OF CHS LINK FORMATTING ELEMENTS -------------- */
    i.e. missing } at the end of four declarations (highlighted in red).

    But look at the code copied from the css in my site1:
    Code:
    a.chs_navbar_txtlink:link  {
     color: #000000;
     text-decoration: none;
       }
     
    a.chs_navbar_txtlink:visited  {
     color: #000000;
     text-decoration: none;
     }
     
    a.chs_navbar_txtlink:hover  {
     color: #ffffff;
     text-decoration: underline;
     background : #000000;
     }
     
    a.chs_navbar_txtlink:active  {
     color: #000000;
     text-decoration: none;
       }
    /* END OF CHS LINK FORMATTING ELEMENTS -------------- */
    The } are all there. I have also completely refreshed my site but still get these errors.

    I cannot find

    Can anyone help?
    Regards,

    Keith

    Central Heating Supplies | Life Insurance Quotes | Be Modern Orlando Electric Fires | Grant Boilers | Honeywell Heating Controls | Worcester Bosch Oil Boilers | Oil Boilers

    #2
    What's the URL?

    Comment


      #3
      Sorry. Here it is:

      http://www.competitiveheatingsupplies.co.uk/
      Regards,

      Keith

      Central Heating Supplies | Life Insurance Quotes | Be Modern Orlando Electric Fires | Grant Boilers | Honeywell Heating Controls | Worcester Bosch Oil Boilers | Oil Boilers

      Comment


        #4
        You are missing a ":" from 'a.tech_link_menu_cart_left:link'. Error highlighted in red!

        Code:
        a.tech_link_menu_cart_left:link{padding:2px 5px 2px 5px;margin:0px 0px 0px 0px;color #ffffff;text-decoration:none;border-left:1px solid #ffffff;border-top:1px solid #ffffff;/* ------------------------ */ border-bottom:1px solid #ffffff;background:#999933}
        Cheers

        David
        Located in Edinburgh UK

        http://twitter.com/mcfinster

        Comment


          #5
          Thankyou David. Fixed this. No errors reported today.
          Regards,

          Keith

          Central Heating Supplies | Life Insurance Quotes | Be Modern Orlando Electric Fires | Grant Boilers | Honeywell Heating Controls | Worcester Bosch Oil Boilers | Oil Boilers

          Comment

          Working...
          X