> Wait..so…you're saying that the .css document is "making the call" for the 
> background image and NOT the HTML page?
> so, if the styles were in the html document head, THEN it would be one up?
> 

No,  what he is saying is the code you have got is dependent on where exactly 
your CSS file is located.  If it is located in the same folder as your 
index.html and referenced accrodingly in the index file then it won't find your 
background image because it is looking for a folder image at the same level.  
However, by putting the dots and slash infront of the word "image" then it goes 
one step up to look for the folder image.  Also, make sure that image <> Image 
<> IMAGE.

Hope this gives you the idea in a nutshell.



                                          
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/

Reply via email to