Announcement

Collapse
No announcement yet.

bugs with link highlighting

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

    bugs with link highlighting

    EDIT : These problems are only happening with Firefox, Mozilla browsers.

    All product names get underlined when mouse is over them but there are no corresponding links.

    Also, on the section list in the middle when at the top of store mouse over is underlining both sections, although mouse click is going to right section. Is there anyway to stop this ?

    http://www.newsense-recordings.co.uk/acatalog/topofstore.html

    #2
    Oh yes - how strange.

    The only thing I can recommend is to go to the stylesheet - actinic.css - in your Site1 folder and edit it to change:
    Code:
    a:hover{
    color:NETQUOTEVAR:HLINKCOLORCSS;
    font-size:x-small;
    text-decoration:underline;
    }
    to
    Code:
    a:hover{
    color:NETQUOTEVAR:HLINKCOLORCSS;
    font-size:x-small;
    text-decoration:none;
    }

    Comment


      #3
      I assume it's because of the <a name="a19">product name </a> that is used for taking visitors directly to the right product.

      You could try altering the product template so that the </a> comes before 'NETQUOTEVAR:PRODUCTNAME'. It should still work OK but you'll lose the strange underline in the obscure browsers.

      Mike
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment


        #4
        Many thanks. I will try a few things out.

        Comment

        Working...
        X