Clicking on 'Lightbox' link opens the lightbox - but the link inside the lightbox isn't clickable.
Any ideas?
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>RightJS Bug?</title> | |
<script type="text/javascript" src="code/right.js"></script> | |
<script type="text/javascript" src="code/right-lightbox.js"></script> | |
</head> | |
<body> | |
<a href="#" onclick="Lightbox.show($('lb').html())">Lightbox</a> | |
<div id="lb"> | |
My Lightbox | |
<a href="http://google.com">Google</a> | |
</div> | |
</body> | |
</html> |