Log in

View Full Version : size properties for background image?



jimo
11-21-2007, 01:53 PM
Can I set width and height properties for a background image in css?

thanks,
jimo

boogyman
11-21-2007, 02:28 PM
not the background image, but the element yes



<p class="name">
</p>




p.name {
background: transparent url('/path/to/image') repeat attachement position;
width: NNpx;
height: NNpx;
}