Another thing to consider is the path from the css file to the "images"
folder. If your css file is inside a "css" folder it may not know where to
find the image. If that is the case, you would need to change the url to:
url('../images/cornerart.png').
Russ
----- Original Message -----
From: "Bobby Jack" <[email protected]>
To: "css-d Group" <[email protected]>
Sent: Monday, September 28, 2009 3:28 PM
Subject: Re: [css-d] My fixed object is missing altogether
> --- On Mon, 9/28/09, Theresa Mesa <[email protected]> wrote:
>
>> Why is my image not showing up? I've triple-checked the
>> file name.
>
> http://mdh-test.com/PV_web/cornerart.png gives a 404 - you want to be
> using url('images/cornerart.png') in your CSS, not just 'cornerart.png'.
>
> - Bobby
> ______________________________________________________________________
> css-discuss [[email protected]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/