View Full Version : image help


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>

kittycat
08-30-2003, 11:55 PM
If you want to use it as a background, you have to resize it in a graphics program. You can't resize it using CSS or another code.