random
08-30-2003, 10:10 PM
i have a banner that i want to make smaller using the code below but how do i re-size it to make it smaller with this code? thanx.
<head>
<style type="text/css">
body {
background-image: url(file.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 50% 50%;
background-color: #000000;
}
</style>
</head>
<head>
<style type="text/css">
body {
background-image: url(file.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 50% 50%;
background-color: #000000;
}
</style>
</head>