Hey guys, I'm having the weirdest problem. I created an app in .NET and everything worked fine style wise. Now that I have redone the app Rails i'm having an issue with the background image not showing up.
My CSS file looks like this..
body{
background: url('/images/top-bkrnd.jpg') repeat x ;
text-align:center;
color:#fff;
}
But whenever I load the page I get no image??? This is so wild and I'm getting to my wits end playing around with how to call it. I thought the path was correct because other images are are showing up. This file is the "/public/index.html/"... Any ideas where I getting this wrong at?