We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ ! ] Icons beside custom menus?
Topic Started: Nov 11 2013, 02:24 PM (171 Views)
Ignarus
Member
[ * ]
Board Address: http://w11.zetaboards.com/Shuriken/index/
Board Software: ZetaBoards
Description: I'm looking to add an image icon beside a custom menu I made.

So like, I notice for example that you can add different sorts of icons beside the default menus, but given the code I'm using, I'm not sure how I'd do that with custom menus, or if it's even possible

Code: The coding I'm using
 
<script type="text/javascript" src="http://z2.ifrm.com/10700/0/0/f5003501/menu_Add.js"></script>
<script type="text/javascript">
/*Add to Top Menu*/

menu_Add(Menu, 1, [["Members", main_url + "members/", "_self"]], [true, ""]);
menu_Add(Menu, 2, [["Calendar", main_url + "calendar/", "_self"]], [true, ""]);
menu_Add(Menu, 3, [["Forum Rules", main_url + "boardrules/", "_self"]], [true, "");
menu_Add(Menu, 4, [["FAQ", main_url + "faq/", "_self"]], [true, ""]);
menu_Add(Menu, Last, [["Search", main_url + "search/", "_self"]], [true, ""]);

$("#top_info").wrap('<div class="t-infowrap"></div>');
$("a.c_last-title").prepend('<a style="font-size:100%;"><b>≈</b></a> ');
</script>


Is there any way to add images beside them?
Offline Profile Goto Top
 
Moonface
Member Avatar


This request has gone a lengthy period of time without any new activity, therefore it is being marked as expired. This means that the request was typically too time-consuming or irritating for coders (who provide this service voluntarily in their free time) to complete.

Thank you.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic