This is the code that I currently use to open a window for a click here for explanation.
<div class=body><a id="terms" name="explain" style="font-size:12px;color:blue;text-decoration:underline; cursor:pointer;" onclick="window.open('Yourpage.html','terms','height=550,width=650,top=0,left=0,status=no,addressbar=yes,menubar=no,scrollbars=yes')">click here</a></div>
Some of your nicer website has really cool open windows with a big X in the right corner to close it. Some might even have a nice transition when opening and will often close if you touch the main page.
I want to sharpen that look - anything out there that would work? I am guessing it would probably have to be JS for that to happen.
Thanks