Styling
This commit is contained in:
parent
926e07e5e0
commit
263d21e712
10
fight.php
10
fight.php
@ -42,15 +42,15 @@ db::c()->query('UPDATE `users` SET `enter_game` = 0 WHERE `enter_game` = 1 AND `
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table style="height:100%;width:100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 0 solid">
|
||||
<table style="height:100%;width:100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 0 solid; border-spacing: 0;">
|
||||
<tr style="height: 25px;">
|
||||
<td><iframe id="header<?= mt_rand() ?>" class="FRAME" src="top_menu.php" scrolling="no" frameborder="0" name="frameheader"></iframe></td>
|
||||
<td style="height: inherit; padding: 0;"><iframe id="header<?= mt_rand() ?>" class="FRAME" src="top_menu.php" scrolling="no" frameborder="0" name="frameheader"></iframe></td>
|
||||
</tr>
|
||||
<tr style="height: 100%;">
|
||||
<td><iframe id="main<?= mt_rand() ?>" class="FRAME" src="main.php?top=<?= mt_rand() ?>" frameborder="0" name="framemain"></iframe></td>
|
||||
<tr style="height: 75%;">
|
||||
<td style="height: inherit; padding: 0;"><iframe id="main<?= mt_rand() ?>" class="FRAME" src="main.php?top=<?= mt_rand() ?>" frameborder="0" name="framemain"></iframe></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><iframe id="chat<?= mt_rand() ?>" class="FRAME" src="chat.php" frameborder="0" name="framechat"></iframe></td>
|
||||
<td style="height: inherit; padding: 0;"><iframe id="chat<?= mt_rand() ?>" class="FRAME" src="chat.php" frameborder="0" name="framechat"></iframe></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user