wow, it has become painfully obvious to me WHY the menu does not display.... it is because 'menuStyle' is not a portion of the menu_data.js file. I have a 'horizStyle' portion, though. So, when i add a portion for 'menuStyle', the menu displays.... imagine that :roll:
Thanks for all the help ...
Search found 5 matches
- Thu Oct 19, 2006 9:31 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Trouble using menu in HTML Table
- Replies: 8
- Views: 7859
- Thu Oct 19, 2006 9:24 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Trouble using menu in HTML Table
- Replies: 8
- Views: 7859
menu
Thanks, I did put back the 'drawMenus' portion, but still to no luck displaying the menu. I've posted a test page with a joke image.
http://www.southernflighthrc.com/milonic_menu/test_page.asp
I noticed in the IE lower left corner, an error stating 'menuStyle' is undefined:
style=menuStyle ...
http://www.southernflighthrc.com/milonic_menu/test_page.asp
I noticed in the IE lower left corner, an error stating 'menuStyle' is undefined:
style=menuStyle ...
- Thu Oct 19, 2006 8:18 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Trouble using menu in HTML Table
- Replies: 8
- Views: 7859
Menu
Thanks for the replies. I appreciate the help (.NET child now living in a JS world, and a lot of catching up to do).
I've edited my menu_data.js file so that the following is removed:
with(milonic=new menuname("Sample mainmenu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal ...
I've edited my menu_data.js file so that the following is removed:
with(milonic=new menuname("Sample mainmenu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal ...
- Thu Oct 19, 2006 5:26 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Trouble using menu in HTML Table
- Replies: 8
- Views: 7859
menu
So would I need to comment out the LEFT and RIGHT portion in the menu_data file, and I assume change the name of the file in the HTML to include the "sample" portion?
- Thu Oct 19, 2006 4:28 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Trouble using menu in HTML Table
- Replies: 8
- Views: 7859
Trouble using menu in HTML Table
I want to have a table at the top of my web page. The table will have an image in the left cell and the menu in the right cell. After I have all files published, the menu always appears in the upper left corner of the web page (when browsing with IE 6). Where can I change the position of the menu ...