|
Figured it out:
<td height="19"><a href="gallery.html" onclick="MM_openBrWindow('gallery.html','gallery', 'width=417,height=620');return false"
"MM_nbGroup('down','group1','gallery','../assets/images/mainnav/nav.gallery.fw_f2.gif',1)" onmouseover="MM_nbGroup('over','gallery','../assets/images/mainnav/nav.gallery.fw_f2.gif','../assets/images/mainnav/nav.gallery.fw_f2.gif',1)" onmouseout="MM_nbGroup('out')"><img src="../assets/images/mainnav/nav.gallery.fw.gif" alt="Gallery" name="gallery" width="240" height="17" border="0" id="gallery"/></a></td>
Yes, you have to add the ;reture false" at the end, but you also have to move the "MM_openBrWindow ()" to the <a tag to make it work. Just played around with it til it worked. Workks in IE 6 and 7 and should work cross browser.
One more question though, how do you make the pop up center on screen?
Thanks for your help.
|