Is there a way to make the hoizontal menu wrap to the next line if it is too long to fit in the users browser window?
Thanks,
Gary
Wrapping Horizontal Menu
There are no specific instructions for making a two line menu. What you actually do is create two menus in your menu_data file and make both of them visible and position them where you want them.
So, if the top one was at top=50; and it was say 20px in height, then the bottom one would be top=70; You need to kind of play with it to get what you want.
Ruth
So, if the top one was at top=50; and it was say 20px in height, then the bottom one would be top=70; You need to kind of play with it to get what you want.
Ruth
Hi Gary,
Cheers,
Kevin
It should be possible. In your menu_data.js file, you'd make a js function that would check the width of the browser window, then set the second menu's position accordingly.gvancott wrote:I was thinking about the possibility of having a two line menu where the second line could be positioned based on the width of the window. Possible?
Cheers,
Kevin