Robby Russell wrote: > On Wed, Apr 15, 2009 at 9:32 AM, Rob Blimploid < > [email protected]> wrote: > >> The following is the stylesheet code containing the reference to the >> image. >> >> #navigation { >> width: 180px; >> height: 484px; >> background: #7da5a8 url(nav-bg.jpg) no-repeat; >> } >> > > Your path needs to specify the full relative path. > > url(/images/nav-bg.jpg) > > Looks like you're missing 'images/' > > >> >> Rubio >> -- >> Posted via http://www.ruby-forum.com/.
> -- > Robby Russell > Chief Evangelist, Partner > > PLANET ARGON, LLC > design // development // hosting w/Ruby on Rails Thanks for the reply .. I changed it to: url(../images/nav-bg.jpg) and it now works beautifully. Thanks for taking the time to address this problem ! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

