# Scroll bar doesn't work in IE

**URL:** https://forum.kirupa.com/t/scroll-bar-doesnt-work-in-ie/205700
**Category:** Uncategorized
**Created:** [November 1, 2006, 3:08am UTC](https://forum.kirupa.com/t/scroll-bar-doesnt-work-in-ie/205700 "2006-11-01T03:08:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cokelatdesign](https://avatars.discourse-cdn.com/v4/letter/c/7c8e57/32.png) [@cokelatdesign](https://forum.kirupa.com/u/cokelatdesign)
#### Post date: [November 1, 2006, 3:08am UTC](https://forum.kirupa.com/t/scroll-bar-doesnt-work-in-ie/205700/1 "2006-11-01T03:08:30Z")

</div>

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
