เราสามารถตั้งค่าภาพเป็นภาพพื้นหลังได้<div>
ดังนี้
<style>
#test {
background-image: url(./images/grad.gif);
background-repeat: no-repeat;
background-position: center center;
width:80%;
margin-left:10%;
height:200px;
background-color:blue;
}
</style>
<div id="test"></div>
ฉันต้องการตั้งตารางที่กึ่งกลางของ<div>
แนวนอนและแนวตั้ง มีการใช้โซลูชันข้ามเบราว์เซอร์CSS
หรือไม่?