background-image no display
I'm currently busy with creating a simple site.
When I tried to create a background-image, it just wouldnt display. I've
used the same mapping for just a normal image, just to check if my mapping
wasn't wrong.
This is my current code:
<body>
<table>
<!-- multiple <trs><tds><divs></divs></tds></trs> -->
</table>
</body>
my css looks like this:
* {
padding:0; margin:0;
}
html, body {
height:100%;
width: 100%;
}
body{
background: transparent url('./img/background.jpg') no-repeat 0 center;
display: inline-block;
}
No comments:
Post a Comment