Huhu,

leider habe ich das problem seit dem ich das neue Design habe zwei von drei slots nicht gehen.

Das ist der Anbuis und Freaky America.

Wenn ich draufklicke dann makiert sich das Fenster sieht so aus:

http://www.vms1.de/img/20121106183814516x416.jpg

Bei den Fraky America genauso!

So ist es bei mir aufgebaut!

http://www.vms1.de/img/20121106183735252x120.jpg

Dan öffnet sich die liste... (sehe link)

http://www.vms1.de/img/20121106183751412x328.jpg

Bei den Miliarden zocker geht es,aber oben ist mehr Platz als bei den anderen! (Sehe Bild)

http://www.vms1.de/img/20121106183844516x484.jpg


Ich weis nicht ob es daran liegt,wenn ja ich wies nicht wie ich das ändere....

Hier ist die game.php wo die Slot liste eingebaut ist!

HTML-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=WINDOWS-1252" />
<title>Games</title>
</head>
<? head("Slots und Jackpots auf ".$seitenname) ;?>
<? 
$jackpot0 = mysql_fetch_array(db_query("SELECT jackpot FROM anubi_conf WHERE jackpot"));
$jackpot1 = mysql_fetch_array(db_query("SELECT jackpot FROM american_conf WHERE jackpot"));


  
  $winpot = mysql_fetch_array(db_query("SELECT winpots  FROM vms_milliardenzocker_stats  WHERE winpots "));
  
  $highwinpots = mysql_fetch_array(db_query("SELECT highwinpots  FROM vms_milliardenzocker_stats  WHERE highwinpots "));
  
  $highwinpots2 = mysql_fetch_array(db_query("SELECT highwinpots2  FROM vms_milliardenzocker_stats  WHERE highwinpots2"));
  ?>
 
  <center><big><blink>Cache Free</blink></big></center><br>
<table align="center" width="450">
<tr>
 <td align="center" ><a href="?content=/spiele/anubi/index" ><img src="images/anubi.png" /></a></td>
  <td ><a href="?content=/spiele/american/index"><img src="images/american.png" /></a></td>
 </tr>
 <tr>
  <td  background="images/m_button.png" width="150">Anubi-Tempel </td>
<td background="images/m_button.png"width="150">American</td>
</tr>
<tr>
<td align="center" background="images/m_button.png"width="150"> JP <?=number_format($jackpot0['jackpot'],0,",",".");?></td>
<td align="center" background="images/m_button.png"width="150"> JP <?=number_format($jackpot1['jackpot'],0,",",".");?></td>

</tr>
</table>
<br>
<br>
<td ><a href="?content=/spiele/slots/milliardenzocker/index"><img src="images/mrd.png" /></a></td>

<table align="center" width="250">
<tr>



  </tr>
<tr>
 


  </tr>
  <tr>
   
<td align="center" background="images/m_button.png"width="150"> JP <?=number_format($winpot['winpots'],0,",",".");?></td>



  </tr>
   <tr>
<td align="center" background="images/m_button.png"width="150"> JP <?=number_format($highwinpots['highwinpots'],0,",",".");?></td>



  </tr>
   <tr>
<td align="center" background="images/m_button.png"width="150"> JP <?=number_format($highwinpots2['highwinpots2'],0,",",".");?></td>

</tr>





  
</table>
<br>



<? foot();?>
<body>
</body>
</html>
Ich hoffe ihr könnt mir da helfen ich wäre euch shr dankbar

PS: Fals es klappt sende ich gerne Klammlose....Total wichtig!