PDA

View Full Version : images not showing in Firefox


ChrisK
10-26-2005, 02:29 PM
My "div style background-image's" are not showing in Firefox and I'm lost. They show perfectly in IE but not in Firefox. How can I fix this?

I have them in table cells:
<td><div align="center" style="background-image: url(<?PHP echo "{$newarray['link'][15]}"; ?>); height: 75px; width: 100px; ">
<div align="center"><img src="number16.gif"></div>
</div></td>

In Firefox only the gif shows but in ie it's ok
http://www.thisisreallythelongesthyiprelatedwebsitedomainnamethereisaround.com/index_B.php

Tynan
10-26-2005, 03:48 PM
shows fine for me in FF, a pyramid of 66 screenshots with coloured numbers in circles, no pictures after 66 although the numbered captions continue

s.g.d
10-26-2005, 03:53 PM
got the web developper tool bar in FF? you might have images turned off by mistake!

i did this last week by accident, and my friend almost killed me after saying her page wasn't showing up in FF.

ChrisK
10-26-2005, 10:04 PM
I do have the web developer toolbar but that wasn't it but I finally got it to work! I had "Load images for the originating website only" ticked in Options/Web features in FF.. and the images loads from another server so that was it..

Thanks

CK