richarro1234 Posted May 15, 2009 Share Posted May 15, 2009 Hello, I have a problem with one of my pages. i have the multibox form for reporting something on my page, and i added the ajax delete with animation to delete comments and have them slide out and vanish. but for some reason when i have the code to call the jquery file it messes up the multibox and the form for the multibox shows up. heres a screenie how can i fix it so that the multibox (which i think might be mootools) and the comment deleting so that this form (see img) doesnt show up unless called from the link? Thanks Rich Quote Link to comment Share on other sites More sharing options...
richarro1234 Posted May 15, 2009 Author Share Posted May 15, 2009 anybody know how to fix this? Quote Link to comment Share on other sites More sharing options...
Philip Posted May 17, 2009 Share Posted May 17, 2009 You could set it's visibility property to none: display: none; Quote Link to comment Share on other sites More sharing options...
richarro1234 Posted May 17, 2009 Author Share Posted May 17, 2009 but would that still show up when the libk is clicked? Quote Link to comment Share on other sites More sharing options...
Philip Posted May 17, 2009 Share Posted May 17, 2009 You'd need to have js change it to display: block; jquery will have built in features that will do that... here's a tutorial/code sample: http://www.learningjquery.com/2006/09/slicker-show-and-hide Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.