View Full Version : size properties for background image?
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;
}
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.