URGENT MAJOR JQUERY ISSUE!!
I'm pulling my hair out with this one. I'm relatively new to jQuery, but not web dev, and have struck a brick wall.
I have two problems:
The aWeber signup form I want to hover above the main page is hovering fine, but for some reason isn't closing.
And the second (which is really doing my nut in) is that in some browsers, the popup is showing and working fine (e.g. Chrome) but in others, it is showing behind the video div I have. This mainly happens in PC Browsers though.
I have checked the z-index, and the video's z-index is a lot lower than the signup form.
If anyone could help me out with some info on the first places to check, I've checked the syntax, and it seems to be ok, I'm going to post an example in the morning on the coding.
It is obviously something I'm doing wrong. Please can someone give me an example code for a close button. Here's an example of what I have for the "close offer" button:
CSS
#clickme {}
$('#clickme').click(function(){ $('.awebersignup').fadeOut('slow'); });
<div class="awebersignup"> <a href="#" id="clickme">Close Offer</a> </div>
Cheers,
Newbim.
Ben Swayne
Lynx System Integrators Ltd.
Ben Swayne's Blog | Barcode Scanners and Label Printers
Ben Swayne
Lynx System Integrators Ltd.
Ben Swayne's Blog | Barcode Scanners and Label Printers