Hi folks,
I would like to create a <div></div> area inside a menu item - I know this sounds strange, but I have to create a scrollable text inside a menu item.
So in the end it would look like
aI("text=<div style='height:200px;background-color:red;overflow:auto'>mytext</div>" );
But the menu will not show the content. I think it has something to do that the script will be internally parsed for a "<div>" or "</div>" or something like that.
Does anybody know how I could solve this problem?
Thank you in advance!
Creating a <div>-area inside the menu
Perfect
Thank you, Ruth. This works great!Ruth wrote:You can set the itemheight inside the aI string and you can set the menu to overflow=scroll which would make any item which has more content than its height scroll.
Ruth

Re: Perfect
Hmmm - sounds like some study is in order.Steel2k6 wrote:I did not know about these menu properties.

Use the links in Ruth's sig lines to learn more of what it can do.
John