Skip to content Skip to sidebar Skip to footer

Ajax Response That Slides Open A Div

Okay, this is following on from my previous question reguarding performing a simple ajax request that, once the request has returned a readyState of 4 and a status of 200 it insert

Solution 1:

It's hard to say without seeing it in action but try adding this:

document.getElementById('slideDiv').style.overflow = 'hidden';

Post a Comment for "Ajax Response That Slides Open A Div"