PDA

View Full Version : Help Fixing/Cleaning up Javascript Bug


Bainesmcg
02-06-2008, 09:30 AM
I am a novice coder and I am working on my first commercial website. I understand the basic ideas behind HTML, CSS, and Javascript but what I am lacking most is a practicality in implementing an intelligent combination of code.

I finished this website I am working on, which can be viewed here:

http://www.nbsdisplays.com/testsite/index.html

I utilized a lot of show/hide javascript elements to create the navbar and to show and hide divs that contain iFrames as the main navigation. While previewing my work locally all the pages worked without trouble, but after I uploaded the website, the navbar started showing and hiding things randomly after you rollover the buttons a few times. There are no problems in Safari, but the problems exist in every other browser I tried.

Do I just have too much bad Javascript running at the same time? Are there better ways to accomplish these things?

Any help would be really great.

;)

ngaisteve1
02-06-2008, 09:37 AM
I view it from IE7. Those navigation links is okay from IE7.

bsxiong
02-06-2008, 10:06 AM
why don't you just convert that website to all HTML instead of using images?

Bainesmcg
02-07-2008, 01:37 AM
why don't you just convert that website to all HTML instead of using images?


What do you mean instead of using images? You mean eliminating the images that are the buttons and utilizing just like basic text and bg colors and all that?