Frameborders

This commit is contained in:
lopar 2018-12-13 02:38:31 +02:00
parent 0796411e75
commit 6c2c04b962

View File

@ -34,11 +34,11 @@ db::c()->query('UPDATE `users` SET `enter_game` = 0 WHERE `enter_game` = 1 AND `
}
</script>
</head>
<frameset rows="25, *">
<frame src="top_menu.php" scrolling="no" noresize frameborder=0>
<frameset rows="25, *" frameborder=0>
<frame src="top_menu.php" scrolling="no" noresize style="border-bottom: 1px solid silver;">
<frameset rows="75%, *">
<frame name="main" src="main.php?top=<?= mt_rand() ?>" style="border-bottom: 1px solid silver;" frameborder=0>
<frame id="chat" name="chat" src="chat.php" scrolling="yes" frameborder=0>
<frame name="main" src="main.php?top=<?= mt_rand() ?>" style="border-bottom: 1px solid silver;">
<frame id="chat" name="chat" src="chat.php" scrolling="yes">
</frameset>
</frameset>
</html>