Also noticing this within the source code of pages that do work...notice the red text:
Code:
<style type="text/css" id="vmoods_css">
<!==
#vmoods_menu div ul.list li{
height: 30px;
}
#vmoods_menu div ul.list{
width: 113px;
}
-->
</style>
<div id="vmoods_menu_shelley_93x30">
<span>My Mood:</span>
<a id="vmoods" href="index.php?">
<img id="vmood_mine" src="http://glitchpc.com/forums/vmoods/shelley_93x30/Confused.gif" alt="Confused"
title="Confused" width="93px" height="30px" />
</a>
<script type="text/javascript"> vbmenu_register("vmoods", 1);</script>
And within the source code of those pages that are not working:
Code:
<style type="text/css" id="vmoods_css">
<!==
#vmoods_menu div ul.list li{
height: px;
}
#vmoods_menu div ul.list{
width: px;
}
-->
</style>
<div id="vmoods_menu_shelley_93x30">
<span>My Mood:</span>
<a id="vmoods" href="index.php?">
<img id="vmood_mine" src="http://glitchpc.com/forums/vmoods/shelley_93x30/Confused.gif" alt="Confused"
title="Confused" width="px" height="px" />
</a>
<script type="text/javascript"> vbmenu_register("vmoods", 1);</script>