Stuart
Mar 14 2009, 06:43 PM
Just set up my first toolbar, works ok on all browsers that I have tried except IE 7 & 8. Get runtime error, iemenu.js, line 2. Have tried various settings plus another pc - still the same. Attached are source files from IE... can anyone please see what I am doing wrong?? Don't think the attachments uploaded, anyway the problem is I cannot put toolbar into a table in IE - other browsers ok. The id code "GetObj('dmbTB1ph').document.close" is in nsmenu.js but not iemenu - I suspect it should be, if so where and in what format. I've never dealt with java before so any help appreciated
xfx
Mar 17 2009, 11:34 AM
[ALSO REPLIED VIA EMAIL]
Hello Stuart,
There’s a positioning method supported in DHTML Menu Builder specifically designed to do just that and it’s VERY easy to implement:
- Start DHTML Menu Builder and open your .dmb project
- Click Tools->Toolbars Editor->Positioning
- Select the “Free Flow” option from the “Alignment” section
- Re-set any offsets that you may have previously set on this dialog. It is very important that all offsets are set to “0”.
- Click OK
- Click Tools->Compile
- Now, open one of the HTML documents where you want to display the menus
- Set “Expression Web” so that it displays both the Design View as well as the HTML source code
- Locate the cell where you want to display the menus – you will notice that the cell is created using a <td> tag, so make sure you locate it
- Once you have found this tag, modify it so that it includes the following parameter:
id="dmbTB1ph"
The tag should then look something similar to this:
<td id="dmbTB1ph"></td>
Don’t worry if your tag already contained additional parameters, just make sure that you added the “id” parameter as this will tell the menus where they should be displayed.
- Finally, open the HTML document that you just modified using your browser.
In case that something doesn’t work as expected, please email me (or post here) your .dmb project (not the .js files) along with the HTML document that you modified and I will try to perform the implementation here.