Wade Markham wrote:

> When I try to create a background by using a jpeg file for container {}, I
> get nothing.

>           container {
>           width: 703px;
>           position: absolute;
>           background-image: url(Images/Paper.jpg);
>           }

Hard to say without a URL, but if your CSS sits in its own directory 
then the path might be wrong--you might need (for instance):

background-image: url("/Images/Paper.jpg");

I don't believe you need the quotes but I think they look pretty.


-- 
Steve Clason
Web Design & Development
Boulder, Colorado, USA
www.topdogstrategy.com
(303)818-8590

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to