Scaling Background image
Scaling Background image
Out of context: Reply #16
- Started
- Last post
- 18 Responses
- jimbojones0
<head>
<style type="text/css">
html, body, #bgimg {
width: 100%;
height: auto;
}
body, #bgimg {
padding: 0;
margin: 0;
}
#bgimg {
position: fixed;
top: 0px;
left: 0px;
}
</style>
</head>