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 |
|
|||
|
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.
|
|
|
|
|||
|
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.
|
|
|||
|
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? |
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
is it possible to see the URL?
|
|
|||
|
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. |
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Any ideas yet?
|
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
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
|
|
|||
|
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. |
|
|||
|
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
|
|
|||
|
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?
|
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
A PC - Windows XP Professional, SP1
|
|
|||
|
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? |
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
That is very true. Designing it in Adobe Photoshop is very easy to them but making it layout & work in HTML / CSS is a totally different thing.
|
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Too true!
I vow that after I've finished this job I am no longer going to take on another site designed by a graphic designer, unless I've been invloved in the design process from the word go as it's too much of a nightmare as I always have to go against ALL my principles regarding accessibility and useability and site optimisation. Every link on this site is an image with an associated rollover image and I'm having to use javascript to govern the rollovers as I just can't get it working with CSS - it was too much of a headache and actually had me in tears! So I'm grinning and bearing it and just keeping my head down and getting on with it. I have a meeting tomorrow where I will have to explain yet again that the design will not render EXACTLY the same in html as the designers illustrator file [!] and that it won'r function on certain browsers - not looking forward to that as it's like hitting my head against a brick wall. I could rant on for longer but I think, case closed, enough said. thanks for ALL your help - really appreciated. |
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Glad I could be of help. But I will say I have this code for the Rollovers that actually might do a good job. I used that on a few sites with no problems.
|
|
|||
|
Re: background image not showing up in Firefox but showing in other browsers!
Looks quite neat and I presume it deals with the preload of the image as well as the rollover state, so I wouldn't have to have an onload "MM_preloadImages" in my body tag?
What happens if someones had javascript turned off - do the images for the links still load OK and function? I'm intrigued. It's my Birthday today and I can't believe that I'm still working! Oh the joy of freelancing! Last edited by eskymo; Jan 19th, 2006 at 22:12. |
![]() |
| Tags |
| background, image, showing, firefox, but, other, browsers |
| Thread Tools | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.webforumz.com/web-page-design/4910-background-image-not-showing-up-in.htm
|
||||
| Posted By | For | Type | Date | |
| Goto4me asset register school | This thread | Refback | Jan 8th, 2007 01:53 | |
| cavaco.luis' bookmarks tagged with | This thread | Refback | Nov 8th, 2006 20:22 | |
| del.icio.us/network/songo | This thread | Refback | Oct 2nd, 2006 15:53 | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Background image not showing | Aso | Web Page Design | 1 | Apr 22nd, 2008 15:54 |
| External background image not showing | 1databyte | Web Page Design | 12 | May 21st, 2007 12:10 |
| Background page not showing up | aaronh | Web Page Design | 4 | Apr 30th, 2007 19:30 |
| Paragraph & menu showing wrong in FireFox | cbrams9 | Web Page Design | 9 | Oct 25th, 2006 14:19 |
| local image not showing | kanuski | Web Page Design | 1 | Oct 16th, 2005 08:11 |