nerbert,
I made the change and added the removeAttribute but it is still showing mouse over effect! Take a quick look at my code, it should match yours.
Edit: I removed cookies and history to double check and it still is showing that mouse over event.
Code:
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw pageinfo_lastpost.p}" class="lastpostdate understate" title="{vb:rawphrase go_to_last_post}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" onload="this.parentNode.parentNode.parentNode.getElementsByTagName('a')[0].removeAttribute('title');" /></a>
--------------- Added [DATE]1347130780[/DATE] at [TIME]1347130780[/TIME] ---------------
This is the basic information that I'm given using Firebug:
Code:
<h4 class="lastpostlabel">Last Post:</h4>
<div>
<p class="lastposttitle">
<div class="lastpostby">
by
<div id="yui-gen34" class="popupmenu memberaction">
<a id="yui-gen36" class="username online popupctrl" bold;"="" font-weight:="" red;="" color:="" ms;="" sans="" comic="" 13px="" font:="" title="<span style=" href="member.php?u=1">
Syxguns is online now">
<strong>
</a>
<ul id="yui-gen35" class="popupbody memberaction_body">
</div>
</div>
I think that lastpostby is what is giving us the headache, but I could be wrong!