firefox okay, ie okay 99%.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wketchin
    New Member
    • Jan 2008
    • 4

    firefox okay, ie okay 99%.

    Hey guys, this is my first time posting to this forum. I hope you're nice :D I love advice, and a solution would be even better!

    So here's my situation:
    I am building a website for the machine shop i work at (http://www.astroaircom .com), and i am using javascript to make the menu at the top.
    EVERYTHING works except when someone clicks on 'projects' and goes to use any other pull-down in IExplorer, or use a mouseover effect, it doesn't work. ONLY FROM PROJECTS (parts.html) NAVIGATING TO OTHER PAGES WITHIN THE WEBSITE.
    The odd thing is, i cut and pasted the code from a previous page, so there isn't any missing external source files that need to be linked.
    Also, i might add, i believe it might be a conflict between my image viewer that's in javascript, and the menu that is in javascript as well, they are linked to different external files, so i don't see why there would be a conflict.

    I leave the company tomorrow, so this is kind of urgent to solve!
    THANKS SO MUCH IN ADVANCE.
  • wketchin
    New Member
    • Jan 2008
    • 4

    #2
    source ccode

    My source code is attached.
    I know im sloppy, but i get my job done!
    Last edited by acoder; Jan 18 '08, 05:39 PM. Reason: Removed attachment

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Welcome to TSDN!

      You have an error on line 212 according to IE.

      I noticed that you have an unclosed script tag on your page. Perhaps you should validate the page.

      Comment

      • wketchin
        New Member
        • Jan 2008
        • 4

        #4
        I ended up closing the

        <script type="text/javascript" src="contentsli der.js"></script>

        and everything is working perfectly.

        Now i feel stupid! I looked at the page for like 2 hours yesterday and i couldn't identify what the problem was.
        Thank you very much! the help was much appreciated!

        Wil Ketchin

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          You're welcome. Glad it helped and if you ever have more questions, you know where to come.

          Comment

          • wketchin
            New Member
            • Jan 2008
            • 4

            #6
            Just curious as well if you could take down the .txt attachment for me, or close the post. I don't like the source code to show up second on a google search for this company.

            Thanks in advance!
            ;D

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #7
              Originally posted by wketchin
              Just curious as well if you could take down the .txt attachment for me, or close the post. I don't like the source code to show up second on a google search for this company.
              Done !

              Comment

              Working...