From e188b0dd87c472324419e3b2b1ec1647647478ba Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 18 Jul 2019 22:24:58 +0200 Subject: I DID IT (overlapping bg issue and flash) --- webAO/client.css | 9 +++------ webAO/client.html | 3 ++- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'webAO') diff --git a/webAO/client.css b/webAO/client.css index 2ef43ec..1573103 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -74,8 +74,7 @@ img { } #client_gamewindow { - position: relative; - padding-bottom: 75%; + width: 100%; } #client_charselect { @@ -189,11 +188,9 @@ img { } #client_background { - position: absolute; + position: relative; + padding-bottom: 75%; background-color: transparent; - width: 100%; - height: auto; - padding-bottom: 71%; top: 0; left: 0; } diff --git a/webAO/client.html b/webAO/client.html index 29ff072..9023cba 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -23,7 +23,7 @@