Announcement

Collapse
No announcement yet.

Navigation menu problem in FireFox

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

    Navigation menu problem in FireFox

    Hi
    wonder if any1 has come across this before:
    Firefox wont follow the html links on the left hand navigation menu and offers a download of the page instead
    im puzzled and stuck and have no idea why this is happening
    site: oncallmedicalsupplies.com

    thanks in advance

    #2
    Looks like someone has screwed with the html declaration on the page, which is one thing you should never touch on an actinic site.

    Return it back to:

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    and all should be well.

    Comment


      #3
      Originally posted by leehack View Post
      Looks like someone has screwed with the html declaration on the page, which is one thing you should never touch on an actinic site.

      Return it back to:

      Code:
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
      <html>
      and all should be well.
      Thx for your suggestion - im willing to try any ideas

      ive tried it - and other than messing up the front page in IE it didnt make a difference in FireFox

      the site was designed in V7 (by a developer) and been upgraded since
      i think the current type is needed for the index page layout
      (<html xmlns="http://www.w3.org/1999/xhtml">) - what it is atm

      Comment


        #4
        Originally posted by Timo View Post
        Thx for your suggestion - im willing to try any ideas

        ive tried it - and other than messing up the front page in IE it didnt make a difference in FireFox

        the site was designed in V7 (by a developer) and been upgraded since
        i think the current type is needed for the index page layout
        (<html xmlns="http://www.w3.org/1999/xhtml">) - what it is atm
        Have you tried your developer, your pages do not work in safari, opera or seamonkey as well as FF.

        Edit: It looks like one of the scripts, that are used in the page, is causing the problem.

        Malcolm

        SellerDeck Accredited Partner,
        SellerDeck 2016 Extensions, and
        Custom Packages

        Comment

        Working...
        X