Announcement

Collapse
No announcement yet.

A strange little quirk when not using IE

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

    A strange little quirk when not using IE

    Hi guys

    Not an error as such, more of a quirk.

    When I click on the main catalogue button on my website (i forget what it's called, it's 'Browse Books' on my site at Luath Press ) in a browser OTHER than Internet Explorer, I am taken to the right page, but to the bottom of the page and not the top.

    This happens in all mozilla based browsers on Windows and Linux, and also on Opera in both OSs. Don't know what happens on a mac.

    Obviously not a disaster, but I never use IE by choice and it is irritating.

    Any thoughs?

    Liam

    #2
    It goes to the bottom of the page because that is where your search box is. Opera actually does it best as it takes you straight to the box whereas IE and Netscape don't
    Fitness for life!www.fitness-focus.co.uk


    DIFN - Doing nothing is not an option

    The Supplement Warehouse - Bodybuilding & Fitness Supplements

    Comment


      #3
      Ah... Thanks.

      How about this one... When I mouse over any of my product thumbnails in any section in Mozilla or Opera, all the text is underlinded, including the 'section breadcrumb' at the top.

      But IE doesn't do this either?

      Ta
      Attached Files

      Comment


        #4
        Very odd.

        I don't get any issues in my Netscape 6.2.

        One thing to experiment with is opening the actinic.css file (in your Site1 folder) and look for the following:

        a:hover{
        color:NETQUOTEVAR:HLINKCOLORCSS;
        font-size:x-small;
        text-decoration:underline;
        }

        Try changing it to:

        a:hover{
        color:NETQUOTEVAR:HLINKCOLORCSS;
        font-size:x-small;
        text-decoration:none;
        }

        See if this stops the underlining.

        Comment

        Working...
        X