Scroll bar doesn't work in IE

hi guys

I have a code

[COLOR=Red]<table align=“center”>[/COLOR]
[COLOR=Red]<tr>[/COLOR]
[COLOR=Red]<td>[/COLOR]<!–#include virtual ="/menu.shtml" -->[COLOR=Red]</td>[/COLOR]
[COLOR=Red]</tr>
<tr>
<td>[/COLOR]
<div id=“scrolldiv”>
<div id=“scrolldiv_parentContainer”>
<div id=“scrolldiv_content”>
<p><strong>Q: Does The Clayman’s Studio offer
clay, stop motion or computer generated CG animation production services
for TV commercials, short films, video presentations and / or online streaming
rich media?</strong></p>

    &lt;/div&gt;
&lt;/div&gt;
&lt;div id="scrolldiv_slider"&gt;
    &lt;div id="scrolldiv_scrollUp"&gt;&lt;img src="images/arrow_up.gif" alt="" /&gt;&lt;/div&gt;
    &lt;div id="scrolldiv_scrollbar"&gt;
        &lt;div id="scrolldiv_theScroll"&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div id="scrolldiv_scrollDown"&gt;&lt;img src="images/arrow_down.gif" alt="" /&gt;&lt;/div&gt;
&lt;/div&gt;             

</div>

<script type=“text/javascript”>
scrolldiv_setColor(’#999’); // Setting border color of the scrolling content
//setSliderBgColor(’#E2EBED’); // Setting color of the slider div
setContentBgColor(’#FFFFFF’); // Setting color of the scrolling content
setScrollButtonSpeed(1); // Setting speed of scrolling when someone clicks on the arrow or the slider
setScrollTimer(5); // speed of 1 and timer of 5 is the same as speed of 2 and timer on 10 - what’s the difference? 1 and 5 will make the scroll move a little smoother.
scrolldiv_setWidth(650); // Setting total width of scrolling div
scrolldiv_setHeight(500); // Setting total height of scrolling div
scrolldiv_initScroll(); // Initialize javascript functions
</script>
[COLOR=Red]</td>
<td>[/COLOR]<p class=“image”><img src=“images/monster.jpg” alt=“grandpa hoops” /></p>[COLOR=Red]</td>
</tr>[/COLOR]
[COLOR=Red]</table>[/COLOR]

I try to center it so I put everything in table but unfortunately now it isn’t working but if delete the table tag everything are working…this problem only occour in IE, in FF it’s work perfectly…

does anyone know what the problem is?

thanks in advance