いい<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
ますか?