DaveX
03-31-2007, 11:12 PM
1) Script Title: CMotion Image Gallery
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm
3) Describe problem: This script works great but I'm having one issue. It looks great in FF and Safari but in IE it shows up all the way to the left. I believe I have it set to center in the CSS. This is how the code looks:
#motioncontainer {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
Is this correct? I'm sure I'm missing something obvious as usual. Any ideas?
Here's where I think the problem may be:
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="990" id="AutoNumber1" bordercolorlight="#000000" bordercolordark="#000000" bordercolor="#000000" bgcolor="#333333">
<tr>
<td width="990" colspan="2" height="30" bordercolor="#000000" bgcolor="#333333" align="right">
<img border="0" src="images/logo.jpg" width="309" height="21"></td>
</tr>
<tr>
<td width="990" colspan="2" height="480" bordercolor="#000000" bgcolor="#333333">
<p align="center"> <div id="loadarea" style="width: 990px"></div></td>
</tr>
<tr>
<td align="left" height="26" bgcolor="#333333" width="495">
<img border="0" src="images/mail.jpg" width="275" height="14"></td>
<td align="right" height="26" bgcolor="#333333" width="495">
<img border="0" src="images/telephone.jpg" width="188" height="13"></td>
</tr>
<tr>
<td width="990" colspan="2" height="70" bgcolor="#333333">
<div id="motioncontainer" style="position:relative;overflow:hidden; width:800; height:65">
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap; width:1700; height:58">
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm
3) Describe problem: This script works great but I'm having one issue. It looks great in FF and Safari but in IE it shows up all the way to the left. I believe I have it set to center in the CSS. This is how the code looks:
#motioncontainer {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
Is this correct? I'm sure I'm missing something obvious as usual. Any ideas?
Here's where I think the problem may be:
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="990" id="AutoNumber1" bordercolorlight="#000000" bordercolordark="#000000" bordercolor="#000000" bgcolor="#333333">
<tr>
<td width="990" colspan="2" height="30" bordercolor="#000000" bgcolor="#333333" align="right">
<img border="0" src="images/logo.jpg" width="309" height="21"></td>
</tr>
<tr>
<td width="990" colspan="2" height="480" bordercolor="#000000" bgcolor="#333333">
<p align="center"> <div id="loadarea" style="width: 990px"></div></td>
</tr>
<tr>
<td align="left" height="26" bgcolor="#333333" width="495">
<img border="0" src="images/mail.jpg" width="275" height="14"></td>
<td align="right" height="26" bgcolor="#333333" width="495">
<img border="0" src="images/telephone.jpg" width="188" height="13"></td>
</tr>
<tr>
<td width="990" colspan="2" height="70" bgcolor="#333333">
<div id="motioncontainer" style="position:relative;overflow:hidden; width:800; height:65">
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap; width:1700; height:58">