Hello. I'd like to fire a javascript event 1000 milliseconds after an event, but I'd like to CANCEL that event if there's activity again. So a simple setTimeout wont work because it'll fire...
As a follow-up, using the .hoverActive class makes it easier to know when you can "drop" an item and have it place correctly. However, this is sometimes a little weird. You have to be fairly...
hello. I have an element inside of a parent. Both with onclicks to different functions. I'd like for the child element to not fire the parent element's onclick. Only its own onclick. How can I...
Hello. I have a flash movie on my homepage. I'm using an HTML/CSS menu with flyouts for subnavigation. Everything works fine, but the problem is, mousing in to the HTML layer will trigger mouseover...
Hello. I am having some sort of z-index problem that has me completely stumped. I'm building out a system of navigation. not yet complete. I'm having a problem where my unordered list sibling is...
I have a top navigation that are several boxes floating left. The body container has a set width of 800px. The different navigational items are boxes that...
Hello. I am trying to do a flash video with opacity on top of a background image that I am transitioning via DHTML (dissolve from one to the next) -- Yes, ideally you should do it all in flash, but...
Hello, I am working with flash developer who has a standard flash form that will post to my asp script via "tafData.sendAndLoad("dosend.asp",taf_results_lv,"POST");"
Hello. I have a dynamically created dropdown box (so its length may vary) -- How can I use javascript to get the value of the last item in the dropdown?
You can set an onClick event to the table row. I'm basically changing the color of the entire row when you click on the row. It changes the class of the entire row. it works fine.
Hello. In short, my code needs to fill in a checkbox if all the required fields are populated. I do this by gathering all the input fields and then looking at the classname... (oldid would be...
Hello. I have a javascript associative array that has several rows of information. For the records, though, there is about 6 different "types" and so 16 of the records might belong to one type, 8 to...