HTML z-index and positioning
问题 I'm trying to make a html/css based poker program and at the moment im trying to figure out how I am going to put the chips on the table or move my chat window on table. my code is in index.html <body> <div id="content"> <div id="table"> <div id="boardImage"><img src="./img/poker_table_new.png" /></div> </div> <div id="chat"> <textarea id="chatBox"></textarea> <input id="message" type="text"> <input id="sendButton" type="submit" value="Send"> </div> </div> and in CSS #content { position