Working on a website here and found this extremely useful script that I love at www.dhtmlgoodies.com

It's a menu on the left side that allows you to click on the link and has it drop down submenus with a max of five submenus (pretty flexible I'd say). I went ahead and set it up for my website and it works perfect on Firefox.. no hitches or anything. But... IE 6.0 I can not figure out the problem. It IS a cross-compatible script and their demo works perfect on both, but somewhere along the lines of transferring I missed something that I need to do and I can't for the life of me figure it out.

DEMO Page:
http://www.dhtmlgoodies.com/scripts/slidedown-menu2/slidedown-menu2.html

My Webpage:
http://www.themitech.com/IHS/2/index.html#

My Javascript:
http://www.themitech.com/IHS/2/template/scripts/mainMenu.js

My CSS pages that are relevant:
http://www.themitech.com/IHS/2/template/styles/mainStyles.css
http://www.themitech.com/IHS/2/template/styles/menuStyles.css

menuStyles.css is commented out at the top because I didn't want it. Also:

#mainContainer{ 
             width:760px; 
             text-align:left; 
             margin:0 auto; 
             background-color: #FFF; 
             border-left:1px solid #000; 
             border-right:1px solid #000; 
             height:100%; 
       } 
        
       #topBar{ 
             width:760px; 
             height:100px; 
       } 
       #leftMenu{ 
             width:200px; 
             padding-left:10px; 
             padding-right:10px; 
             float:left; 
       } 
       #mainContent{ 
             width: 520px; 
             padding-right:10px;       
             float:left; 
       }

-------------IS NOT Referenced in my main page so essentially shouldn't be there but I haven't cleaned up yet.------------

If you'd like a small webpage challenge, here ya go.. otherwise thanks anyway!
--Mike

Recommended Answers

All 2 Replies

It appears to be working in IE7.

I can't check it in IE6 because Microsoft tricked me into installing IE7 as an update.

Yep I fixed this problem.. sorry for not mentioning it. Now I'm having a different problem but have a nother topic opened for it.

Thanks though!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.