views:

100

answers:

0

On my site I've got a link that opens up a MoodalBox (http://www.e-magine.ro/web-dev-and-design/36/moodalbox/). The page displays fine, but I have an anchor on the page that calls a javascript function to change the className of a div (from hidden to visible).

I've debugged it all the way down to the actual function call that sets the className and found that the element was found properly and even that the className was successfully changed (no errors), but the element itself never changes. It works fine without a moodalbox.

Could someone shed some light? Thanks!