Sandra, I'm new to Tiles so I don't have much help on the first part of your question, but as for the submenus being hidden when your page loads, if you have your submenus in html <div> tags like:
<div id="menu1" style="position:absolute; width:118px; height:40px; z-index:1; left: 522px; top: 26px; visibility: hidden; clip: rect(0 118 40 0)"> You will then set the visibility attribute to 'hidden' as default then change the attribute to 'visible' on whatever javascript event... > I have an other problem I use Javascript events onmouseover, > onmouseout to hide the sub-menu > when the corresponding main item is not selected. But the first time > that the page is displayed > all the sub-menus are displayed, by default I would like to display > no sub-menu, how is it possible ? > > I hope that someone will have an other solution to display > horizontal menu or remarks on my solution. > Thanks a lot in advance. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> __________________________________________________________________ The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>