This is great, but I can only get it to work for one "menu" per page....
PLEASE NOTE THIS USES THE edited chrome.js above (for onClick instead of mouseOver)
The first one works fine:
Code:
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="/order_prints.php" title="order prints">Prints</a></li>
<li>|</li>
<li><a href="/gifts/products.php" rel="dropmenushop" title="create photo gifts">Photo Gifts ▼</a></li>
<li>|</li>
<li><a href="/gifts/books/book_explain.php" title="create photo books">Photo Books</a></li>
<li>|</li>
<li><a href="/join_club.php" title="join the myphotoalbum club">The Club</a></li>
</ul>
</div>
<div id="dropmenushop" class="dropmenudiv">
<a href="">cards & invitations</a>
<a href="">photo books</a>
<a href="">mugs & mousepads </a>
<a href="">home & office</a>
<a href="">apparel</a>
<a href="">games & sports</a>
<a href="">personalized DVDs</a>
<a href="">prints & posters</a>
<a href="">picture frames</a>
<a href="">club membership</a>
<a href="">view all products</a>
</div>
</div>
and then further down the page this one nothin happens
Code:
<div id="chromemenu"><a href="#" rel="dropmenuitem1" title="options">Different Link ▼</a></div>
<div id="dropmenuitem1" class="dropmenudiv">
<a href="">Link1 </a>
<a href="">link2</a>
</div>
Bookmarks