If you’re having issues with getting some AJAX to work in Chrome or the newer Safari versions, then I hope this post will hope you. This issue arose when one of our designers was testing some of the new AJAX I had written in Chrome. It worked fine in Firefox and IE, but Chrome was… Read more »
Posts Tagged: javascript
Javascript – Removing All Select (Drop-Down) Elements from a Page
The greybox effect that we use for our images in the project that I was working on had a small flaw. Unfortunately, in IE6 (go figure), drop-down menus were showing through whenever a user had expanded the image on the screen. This was obviously not desirable. I couldn’t find exactly what I was looking for… Read more »