This is a discussion on "background image not showing up in Firefox but showing in other browsers!" within the Web Page Design section. This forum, and the thread "background image not showing up in Firefox but showing in other browsers! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
background image not showing up in Firefox but showing in other browsers!
|
||
| Notices |
![]() |
|
|
LinkBack (3) | Thread Tools |
#1
|
|||
|
|||
|
background image not showing up in Firefox but showing in other browsers!
Hi there
I'm building a three column layout site and need to have a background image [repeat-y] covering the three columns so that the left column is filled with colour as the page content expands. I've taken the idea from the 'faux columns' idea oon the A List Apart site and adapted it, but it won't work in certain browsers. On the MAC - the bg image doesn't show up in Netscape On the PC - the bg image doesn't show up in Firefox or Netscape. Can anyone see anything wrong in my CSS code? Or know if this is a browser bug with a certain fix as I've not come accross this problem before. I have other background-images in the code which show up fine and dandy. The area to concentrate on is the innercontainer div which holds all three columns. within inner container I have another two divs - leftcolumns, which contains the left column 'subnavs' and the middle column 'pagecontent' and rightcolum which is the third column on the right. The innercontainer div holds the background image that is not showing up - subnav_bg_rpt.
|
|
|
|
#2
|
|||
|
|||
|
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.
|
|
#3
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Hi there
Thanks for the speedy reply...I just tried that and the bg image still doesn't show up. Damn! I thought that would work! Any other ideas? |
|
#4
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
is it possible to see the URL?
|
|
#5
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
OK...but this is a temp URL and I will take the example down once I've got this resolved as it's work for a client and should only sit on their server.
link removed... but they want a solution to this issue too so they're fine about it. Last edited by eskymo; Jan 19th, 2006 at 21:18. |
|
#6
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Any ideas yet?
|
|
#7
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
I see the background image on Firefox - at least I think I do. It looks the same on IE and Firefox.
It is the light green image - I would say the hex number is about dbeaef |
|
#8
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
There's no green...so don't know where that's coming from. I did originally use a green bg colour when building the layout, but that's been taken out of the CSS now.
The background-image that I want to appear is a 1px high graphic that is 740px wide. it has 5pixels of white then 130px of purple and then the rest of it is white. It it meant to repeat-y to give the left column the effect of having a purple background that matches the height of the right column. |
|
#9
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
And it is called page_bg_rpt right? I just did a select to give you the color code. I would not really call it purple myself but the background looks the same in both browsers
|
|
#10
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Sorry
Bit of a muddle there. You highlighted the 'page_bg_rpt' earlier and I presumed you were talking about the 'subnav_bg_rpt.gif' that I mentioned in my first post. I do have a 'page_bg_rpt.jpg - but that's the background for the whole page. The background that I'm talking about is called 'subnav_bg_rpt.gif' which sits within the innercontainer div. I've attached an image. This is what the site should look like - three columns. The left one with the purple background image, the middle one white and the right one full of buttons. The purple area underneath the search box doesn't appear in all browsers and I don't know why. |
|
#11
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
The thing is - I see it. Here is a copy in Internet Explorer and Firefox
|
|
#12
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Thanks for taking the time and trouble to post up images - much appreciated. Is this on a MAC or PC?
|
|
#13
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
A PC - Windows XP Professional, SP1
|
|
#14
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Thanks for letting me know.
i need to get it working on the Mac now. My client can't see the purple subnav_bg_rpt graphic in Explorer 5.2, netscape and firefox [all on the Mac]. No idea why it's not showing up in these browsers. An upgrade to the latest version certainly helped getting the problem fixed on the PC. Any ideas? |
|
#15
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
According to Full CSS Property Compatibility Chart the background-image and background-repeat is fully supported.
Maybe he needs to apply some upgrades to his system, but both started with CSS1 so it should be fully supported |
|
#16
|
|||
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Thanks for the link to that chart - that's amazing!
I really appreciate your comments and totally agree. I can certainly use that to back up my point, as I am dealing with a GRAPHIC designer here, which at times can be rather frustrating as they sometimes don't understand the capabilities or limitations of the web. |