by Ace Sat 5 Dec 2015 - 20:06
Hi,
I accessed your forum's CSS. It turns out that your forum already has several z-index rules using 999.
- Code:
!important;padding:0;position:absolute;z-index:999}#fa_toolbar #fa_right #notif_list li.see_all{background-color:#dbdbdb!important;color:#666;padding:.7em!important;text-align:left}#fa_toolbar #fa_right #notif_list li.see_all a{background-image:url(http://i.imgur.com/q8KOgBu.png);background-position:0 50%;background-repeat:no-repeat;color:#666!important;padding-left:10px;width:140px!important}#fa_toolbar #fa_right #fa_notifications.unread #notif_unread{background-image:url(http://i.imgur.com/YgXineA.png);background-position:15px 0;background-repeat:no-repeat;color:#666;display:inline;padding:7px 20px 7px 0}#fa_menulist{background:#fff!important;border:2px solid #dbdbdb!important;border-top:0 solid #FFF!important;display:none;line-height:32px;list-style-type:none;margin:8px 0 0!important;min-width:175px;padding:0 10px;position:absolute;width:auto;z-index:999}
This is just a part of it. So, first of all, make a backup of your forum's CSS.
Search in your CSS the z-index property and delete them whenever possible, especially when they are changing the fa_toolbar, the notiflist, the fa_right and so on. Everything that impacts the top bar.
Regards.