View Single Post
  #2 (permalink)  
Old Jan 18th, 2006, 11:44
Corey Bryant Corey Bryant is offline
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: background image not showing up in Firefox but showing in other browsers!

Since the URL seems to be OK, you might consider adding the apostrophes arund the URL. On the W# Schools site it shows with the apostrophes.
Code: Select all
background-image: url('assets/elements/page_bg_rpt.jpg');
Reply With Quote