westminsterit
asked on
thickbox problems
my thick box pop up displays in the lower left hand corner of the browser and it dosent seem to be transparent. i think i have it setup right according to this Site http://jquery.com/demo/thickbox/
but i am stuck can some one take a look for me and point me in the right direction
but i am stuck can some one take a look for me and point me in the right direction
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="js/jquery-latest.js"></script>
<script type="text/javascript" src="js/thickbox-compressed.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
<style type="text/css" media="all">
<!--
@import url("../js/thickbox.css");
-->
</style>
<link href="js/thickbox.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="big"><table width="577" height="375" border="0" align="center" cellpadding="0" cellspacing="10"><tr><td width="142"><table width="983" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutDefaultTable-->
<tr>
<td width="20" height="63"> </td>
<td width="262"> </td>
<td width="30"> </td>
<td width="671" rowspan="3" valign="top"><div align="center"><img src="images/WVLogo.jpg" width="347" height="168" /></div></td>
</tr>
<tr>
<td height="36"> </td>
<td valign="top"><a href="mailto:rsmith@wvsf.us" class="link">Make an Appointment</a></td>
<td> </td>
</tr>
<tr>
<td height="69"> </td>
<td> </td>
<td> </td>
</tr>
</table>
<div class="big">
<table width="577" height="375" border="0" align="center" cellpadding="0" cellspacing="10">
<!--DWLayoutDefaultTable-->
<tr>
<td width="142"><img src="images/Dr. Phillips & Maggie sitting.jpg" alt="" name="test" width="232" height="232" class="box1" id="test" /></td>
<td width="145"> </td>
<td width="146"><a href="foog.php"><img src="images/Chef Breck at 2004 Fall Food Fest.JPG" width="240" height="232" class="box1" /></a></td>
</tr>
<tr>
<td><img src="images/WV Foundation Golf Photo.JPG" width="232" height="232" class="box1" /></td>
<td> </td>
<td><a href="dog.htm?keepThis=true&TB_iframe=true&height=250&width=400" title="add a caption to title attribute / or leave blank" class="thickbox"><img src="images/Walking the Dog.jpg" width="232" height="232" class="box1" /> </a> </td>
</tr>
<tr>
<td><img src="images/2007 Easter Egg 012.jpg" width="232" height="232" class="box1" /></td>
<td> </td>
<td><img src="images/2007 Mardi Gras 010.jpg" width="232" height="232" class="box1" /></td>
</tr>
</table>
</div></td>
</tr>
</table>
</div>
</body>
</html>
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
thanks
I haven't used thickbox, so its hard to see where the issue lies without all the source content and related files.
Can you please post a link to a live page so that it can be inspected with everything in-place?
Thanks.