I've been using this Mod for quiet some time, and it has been performing well.
Yesterday I decided to add icons to the Tabs to pretty things up.
After much searching, I decided the place to put the icon code was here;
Code:
<a href="javascript://" class="popupctrl navtab"><img src="images/misc/Tab-Gallery.png" border="0" align="top" alt="" />
' . $vbphrase['gallery'] . '<img src="' . vB_Template_Runtime::fetchStyleVar('imgdir_misc') . '/arrow.png" align="' . vB_Template_Runtime::fetchStyleVar('right') . '" />
</a>
This worked great for all but IE9 users... they get the dropdown menu arrow wrapped onto a second line.
Using compatability mode makes things worse.
Any assistance would be greatly appreciated.