image re-sizing

liunx

Guest
i need to re-size a banner to make it smaller what code would i use and where would i put it in this code? thanx<br />
<br />
<head><br />
<style type="text/css"><br />
body {<br />
background-image: url(file.jpg);<br />
background-attachment: fixed;<br />
background-repeat: no-repeat;<br />
background-position: 50% 50%;<br />
background-color: #000000;<br />
}<br />
</style><br />
</head><!--content-->Hi there gar666,<br />
<br />
To the best of my knowledge, it is not possible to re-size the background-image within the css, <br />
so just re-size it with your graphic editor first. :) <br />
<br />
coothead<!--content-->
 
Back
Top