fuldon, sorry, I thought your code was incomplete since there is no scroll down in the codebox.
Having seen the rest of it, I was able to implement it on my site.
The only changes I made was to use an images/misc/tabs/ subfolder, and edited the code to point to it.
Code:
<a class="navtab" href="{vb:raw tab.url}"><img src="images/misc/tabs/{vb:raw tab.title}.png" width=24 height=24 border="0" align="top" alt="" /> {vb:raw tab.title}</a>
And I also used
vb:raw tab.title instead of
vb:raw tab.name to simplify the renaming of the images.
Almost caught myself out on this, as I had to edit
What's New? Tab to
Whats New to avoid a file naming issue.
Anyway... THANKS!