hi rafael nadal,
are you the same personn that post on the shoutbox forum on my blog ? Otherwise, if you want support, please, give me an url…
Anyway, here the answer i give to someone that apparently have the same problem that yours.
at line 988 of your style.css, you have :
#sidebar embed, #sidebar object {
height: 250px;
margin: 0;
padding: 0;
width: 300px;
}
where you define in “hard code” a height of 250px for object… And there is an object (for sound) with the shoutbox.
So you have two possibilities :
1/ You comment the line : height: 250px;
2/ you add in css.php : #shoutbox object#TheBox { height:1px; }
or something similar (i haven’t tested it ;))
Keep me inform.
PS. And please upgrade your box to the last release ??
Amicably,
Pierre.