I already have a background image, a "paper" background. However, your post got me thinking, I can have another div inside, and set the file cabinet picture as the background to it. After a couple of minutes I got that working nicely. Except the text overlaps the image, so now I'm working at getting the paragraph tags to have enough padding or margin on the right that they won't overlap the image, but so far I can't seem to override the inherited styles for the paragraphs.
TTFN, David At 09:32 PM 8/25/2007, Rafael wrote: > If all you want to do is put an image at > that position, set it as the background, i.e. > background: #fff url(path/to/image) right bottom no-repeat; >· #fff is the background color, it can be >omitted or set to 'transparent' (without the quotes) >· 'url' is an actual keyword, and the path should not be between quotes >· reference: ><http://www.w3.org/TR/CSS1#background>http://www.w3.org/TR/CSS1#background ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
