I'm sure I've seen this somewhere, but Google's not playing nice at the moment and won't let me find it I'm looking for an AJAX, preferably JQuery driven, script that will allow a 'contact us' tab to be positioned in a fixed way on the right hand side of the screen, and when clicked, will then horizontally slide in the actual contact form. I can find loads of vertically sliding login form examples, but not the horizontal one I need. Any ideas?! Thanks!
How do you want to use ajax with this? Do you want it to submit the form with AJAX? or do you want it to load the form with AJAX? or both?
Both - I'd like to slide the form in from the side of the page using AJAX, and then submit the form in situ using AJAX too (I know how to do this bit though - it's just the slide in that I'm looking for really) Thanks