Java not working under explorer 5.0?

I made a website where I have used a script to make a pulldown menu. On some pages the text is larger than the page so I used a <div style="height:313px; width:691px; overflow:auto;"></div>tag to make it scroll.<br />
<br />
Now I get the problem that the page is not working on the pages were I used this tag. <br />
<br />
see Page: <br />
<!-- m --><a class="postlink" href="http://www.rogierkoning.com/rdrinnovations/kiddycabby03.html">http://www.rogierkoning.com/rdrinnovati ... bby03.html</a><!-- m --><br />
You can only go back to "HOME" to use the menu again??<br />
<br />
I've also used a <style> sheet (pasted in the head) to ajust the looks of the scroll bar. This one is not working either. <br />
<br />
I also made a page with a <Ilayer> tag to solve the same problem with the content but it is reacting the same as the <div> tag, the menu is not working anymore.<br />
<br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"inhoud/kiddycabby06.html" width="691" height="313" frameborder="0"></iframe><br />
<br />
in page:<br />
<br />
<!-- m --><a class="postlink" href="http://www.rogierkoning.com/rdrinnovations/kiddycabby06.html">http://www.rogierkoning.com/rdrinnovati ... bby06.html</a><!-- m --><br />
<br />
This is very strange, can somebody give me a solution?<br />
<br />
Thank for your time,<br />
<br />
Rogier Koning<!--content-->Well, friend, that's the thing with JavaScript, it's not entirely accessible, esp. on older browsers (such as IE5). The only way to get around this is to NOT use JavaScript on Critical Site Componants, such as menus, unless you have 2 versions: A JS version, & a non-JS version. Thats pretty much the only way.:)<!--content-->Oh, and also, Scroll bar codes will ONLY work in IE, and later versions at that :) Scroll bar codes are not standard, but belong soley to M$.<!--content-->
 
Back
Top