Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

What do you think is causing this on my website?

Ok this page on my beta site:

http://andronscomputingsolutionsltd.com/beta/packa...

When you select the drop box and select a package, it shows the deals for that package. However when you click it again to change to another package it doesn't respond. This glitch is present on Google Chrome and Firefox, but not internet explorer it works just fine. Any idea of what could be causing this glitch ?

Also I would like a little opinion on the prices of these packages offered are they too high, too little or are they equivalent to industry standard?

Update:

One theory I have is that maybe the Nivo Slider could be causing the interference.

Update 2:

@Chris - I am using JQuery's show and hide method for the coding approach. Also the website will be made responsive its still in Beta/Developing stage.

1 Answer

Relevance
  • Chris
    Lv 7
    6 years ago

    If something works on IE but not on Firefox and Chrome, it's broken.

    Are you by chance using document.write() to show the package images...? Because that command replaces the ENTIRE html code if called after the document has been fully loaded. The select box is not clickable because it's no longer actually present.

    What you need to do instead is to change the innerHTML of a div, or hide/show multiple divs. Or just change the src of the images.

    Also, no matter what you're charging for the packages that include Web design, it's too much. If you catch my drift.

    (Not to be rude or anything. But you have designed the pages so they fit the screen on your monitor. If a visitor has a higher or lower resolution, the site breaks. Just zoom in or out a bit to see what I mean.)

Still have questions? Get your answers by asking now.