Can I set width and height properties for a background image in css?
thanks,
jimo
Can I set width and height properties for a background image in css?
thanks,
jimo
not the background image, but the element yes
HTML Code:<p class="name"> </p>Code:p.name { background: transparent url('/path/to/image') repeat attachement position; width: NNpx; height: NNpx; }
Bookmarks