Ok.. it worked, but still not perfect.
Take a look at this:
Source:
PHP Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div id="rank_popup"><a href="">$post[rank]</a> <script type="text/javascript"> vbmenu_register("rank_popup", true); </script></div>
<div class="vbmenu_popup" id="rank_popup_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" colspan="2">Classificatie</td></tr>
<tr><td class="alt1">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td><img src="images/aangepast/pip_1.gif"></td><td>20 - 99 berichten</td></tr>
<tr><td><img src="images/aangepast/pip_2.gif"></td><td>100 - 499 berichten</td></tr>
<tr><td><img src="images/aangepast/pip_3.gif"></td><td>500 - 999 berichten</td></tr>
<tr><td><img src="images/aangepast/pip_4.gif"></td><td>1000 - 4999 berichten</td></tr>
<tr><td><img src="images/aangepast/pip_5.gif"></td><td>5000 - 9999 berichten</td></tr>
<tr><td><img src="images/aangepast/pip_6.gif"></td><td>10000 - 14999 berichten </td></tr>
<tr><td><img src="images/aangepast/pip_7.gif"></td><td>15000 - 15000+ berichten </td></tr>
</table>
</td><tr></table></div></if>
FireFox:
Internet Explorer:
In IE when I click the image, I go to the index of my forums. The menu doesn't pop out. Some people do have a dropdownmenu in Internet Explorer but it doesn't look very nice:

(it seems like 1 dot doesn't give a dropdown, 2 don't and only with 3 dots it's going to drop)
Opera:
The menu doesn't pop out, when I click the image only the page refreshes.
I guess this problem is solved when I remove the "<a href=" part and replace it by "onmouseover = "this.cursor = 'pointer';"
(PS: is there a possibility to smaller the font? Cause I wanted to use
Code:
<div class="smallfont">
but because I'm using
Code:
<div class="vbmenu_popup
already I think that isn't possible).