I am facing an issue with a tab. You can see the link here below:
<div class="dm-main-tab-menu">
<ul>
<li class="Content active"><a accesskey="1" href="?content">Content</a></li>
<li class="Objects"><a accesskey="1" href="?library">Libraries</a></li>
<li class="Forms"><a accesskey="1" href="?applications">e-Forms</a></li>
<li class="Reports"><a accesskey="1" href="?statistics">Statistics</a></li>
<li class="Settings"><a accesskey="1" href="?settings">Settings</a></li>
</ul>
</div>
As you can see the Second tab which is "Libraries" when hovering it, the icon is not visible and also the same issue for active.
Can someone please help me to fix this issue?
This is how your code looks like.
This is how it looks after being fixed.
It think basically the problem is with directory, It doesn't getting the directory that your giving in "hover and active' css code. So I replced that directory with link and it works fine.
Also you can't use.
A class should be without spaces, So you can use hyphens like this.