I'm looking for the proper css to produce a div like the attachment.
So far I have
This is getting close. In IE it is placing the imagae in the upper left corner. In FireFox I'm not seeing the image. I would like to position the image a few pixels in and a few pixels down. Can someone help me with the positioning?Code:.archive { BACKGROUND-IMAGE: url(file://C:\Documents and Settings\Mark\Desktop\outdated.gif); background-repeat: no-repeat; Padding-LEFT: 32px; BACKGROUND-COLOR: silver; BORDER: gray 2px solid; WIDTH: 200px; }


Reply With Quote