Hello,
I got this to work but now I want to have certain menus to stay expanded and I can’t get it working.
Here’s the code I’m using for this one image on a page (icon says ERA: 1990s):
<img src="https://www.vintageland.com/Ebay/images/icons/1990s_men_black.png" id="men5" class="collapseomatic noarrow" expanded="true" />
<div id="target-men5" class="collapseomatic_content">
<body onLoad="MM_preloadImages('https://www.vintageland.com/Ebay/images/icons/mens_buttondown.png','https://www.vintageland.com/Ebay/images/icons/mens_pants.png','https://www.vintageland.com/Ebay/images/icons/mens_jacket.png','https://www.vintageland.com/Ebay/images/icons/mens_coat.png','https://www.vintageland.com/Ebay/images/icons/mens_accessories.png','https://www.vintageland.com/Ebay/images/icons/mens_accessories_black.png','https://www.vintageland.com/Ebay/images/icons/mens_coat_black.png','https://www.vintageland.com/Ebay/images/icons/mens_jacket_black.png','https://www.vintageland.com/Ebay/images/icons/mens_pants_black.png','https://www.vintageland.com/Ebay/images/icons/mens_buttondown_black.png','https://www.lukasgraphics.com/vintageland/images/all_black.png','https://www.lukasgraphics.com/vintageland/images/all.png')"><table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50"><a href="https://lukasgraphics.com/vintageland/?page_id=438" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('1990s_all','','https://www.lukasgraphics.com/vintageland/images/all_black.png',1)"><img id="1990s_all" src="https://www.lukasgraphics.com/vintageland/images/all_black.png"></a></td>
<td width="50"> </td>
<td width="50"> </td>
</tr>
</table>
</div>
The page is here (see sidebar):
https://lukasgraphics.com/vintageland/1990s-mens/
The “ERA: 1990s” icon should be expanded when opening the page but it is not. What am I doing wrong?
Thanks.