Cyb in my HTML validator it says that one can't use Span to define a style for Table.
It is unimportant warning, however.
I changed span in cyb_topstats_stats
Quote:
<span class="vbmenu_popup" id="cybstatsoptions_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
..................................
</table>
</span>
|
into DIV
Quote:
<div class="vbmenu_popup" id="cybstatsoptions_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
..................................
</table>
</div>
|
Now it passes validation.