The ids I am talking about are in your postbits. If you look at the link you posted here:
http://www.divx-world.com/showthread.php?p=42238 you have two posts on that page. Take a look at your source code and look for the tabs "Film Bilgileri". In each postbit, that call looks like:
Code:
<div id="p7tpb1_1" class="down"><a class="down" href="javascript<b></b>:;">Film Bilgileri</a></div>
That same code is in two different places on that page. See how it says id="p7tpb1_1" ? You cannot do that. An id has to be unique. That is what I am saying about your ids.