Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
Ok, after a few tries, I finally got to see the problem for myself in IE6. Are you sure it's related to the menu though? It looks like one of those layout problems with IE6 when it doesn't like something in the HTML. Try something like this. Locate the <table> tag for the left column:
Code:
<table border="0" width="125" id="table3" background="images/left.gif" cellpadding="0" height="367">
and change that to:
Code:
<table border="0" width="125px" style="width: 125px" id="table3" background="images/left.gif" cellpadding="0" height="367">
The parts in red are new.
Bookmarks