HTML Tool behind Text
Hello all,
Windows XP
Using Visual Site Designer V 6.6 registered.
QuickMenu Builder
Iam building a Menu Tree for the first time using the HTML Tool to place the Menu. Problem iam having is when the Menu Tree drops down, it drops behind my text on the web page.
I have tried to Arrange>Bring to Front of the HTML Tool, and send to back all of the text, but still have the same problem. I also noticed when placing the HTML object it is always behind Text.
Is there a way to get the HTML Tool object to show on top of text?
Thanks for any help,
Troy
Windows XP
Using Visual Site Designer V 6.6 registered.
QuickMenu Builder
Iam building a Menu Tree for the first time using the HTML Tool to place the Menu. Problem iam having is when the Menu Tree drops down, it drops behind my text on the web page.
I have tried to Arrange>Bring to Front of the HTML Tool, and send to back all of the text, but still have the same problem. I also noticed when placing the HTML object it is always behind Text.
Is there a way to get the HTML Tool object to show on top of text?
Thanks for any help,
Troy
Troy-
Just looked up the specs for Quick Menu Builder. It appears to be an older html menu program. You should be able to bring the image to the front by right clicking on it and selecting Arrange>Bring to Front. However the lack of the file moving may be something in the code of the program itself. I would try Coffee Cups DHTML menu builder (it's free) and it worked nicely for one of my old sites.
Just looked up the specs for Quick Menu Builder. It appears to be an older html menu program. You should be able to bring the image to the front by right clicking on it and selecting Arrange>Bring to Front. However the lack of the file moving may be something in the code of the program itself. I would try Coffee Cups DHTML menu builder (it's free) and it worked nicely for one of my old sites.
I have tried 2 other online menu builders, and get the same results. Also while iam in the Visual Site Designer and using the HTML Tool, the HTML object sets behind the Text that i typed onto the page.
Giving DHTML a try now, didnt know it was there.
Giving DHTML a try now, didnt know it was there.

Tried the freebie and it displays correctly over top the Text on page. Any idea what might be in code of the other menu builders that is causing them to go behind text?
Quick Menu Builder emailed me and found problem this is what they said....
"
The menu has been nested inside of your object5 ID which has a z-index of 0 being applied to the menu. Increasing this ID's z-index (as demonstrated below) will resolve the behavior:
div.Object5 { position:absolute; top:180px; left:94px; width: 718px; z-index:90; }"
Hope this might help a newbie like me
Troy
"
The menu has been nested inside of your object5 ID which has a z-index of 0 being applied to the menu. Increasing this ID's z-index (as demonstrated below) will resolve the behavior:
div.Object5 { position:absolute; top:180px; left:94px; width: 718px; z-index:90; }"
Hope this might help a newbie like me

Troy
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.