<font face="arial" size="2">Hi Chuck,<br /><br />&nbsp;&nbsp;&nbsp;First of all, this is a dropdown/listbox/select/etc.&nbsp; If you keep calling it a "menu", you're going to confuse literal-minded people like me :)<br /><br />&nbsp;&nbsp;&nbsp;Second, I don't know that you can&nbsp;disable individual options in a select element (at least if you can, I've never heard how).&nbsp; You'd do better just not adding it if you want to use this structure.<br /><br />Cheers,<br /><br />Peter<br /><br /><br /></font><font face="Tahoma, Arial, Sans-Serif" size="2"><b></b>Chuck Soper <a href="mailto:chucks@velofish.com">chucks@velofish.com</a><br /></font><br />Hello,<br /><br />I'm trying to display disabled menu items. I'm fairly new to <br />JavaScript, but I've seen disabled menu items implemented in <br />commercial JavaScript menu packages. I don't need all of the bells <br />and whistles of a commercial JavaScript menu, I just want to <br />selectively disable menu items. That is, I don't want to disable all <br />of the menu items in a given menu.<br /><br />For example, I'd like to disable the third menu item on this page:<br />http://www.velofish.com/menu<br /><br />Here is the JavaScript source:<br />http://www.velofish.com/menu/menuTest.js<br /><br />Does anyone know of a way to do this?<br /><br />Thanks,<br />Chuck