Not sure what you mean by:
Popped up an overlay with transparent background with no window shade effects
But it sounds like you missed/skipped the semi-transparent .png image, changed something in the css, or have something going on with your page or browser, or perhaps something else that's removing that effect.
If you like that Lightbox, you may use it. If you place it's script tag:
Code:
<script type="text/javascript" src="lightbox.js"></script>
</body>
as the last thing before your closing body tag as shown above, things should work out, no other changes, not even to the typing script you are using should be required. But, as I was saying, this just postpones likely future conflicts to a time when you may add more scripts that try to take sole control over the onload event.
However, it would be a solution to the current problem.
Bookmarks