Images not showing up in Firefox!, I really don't know what's wrong... |
Images not showing up in Firefox!, I really don't know what's wrong... |
Sep 8 2008, 10:12 AM
Post
#1
|
|
![]() The Procrastinator ![]() ![]() ![]() Group: Member Posts: 56 Joined: Sep 2006 Member No: 467,931 |
http://www.createblog.com/layouts/code.php?id=31240
When I was coding it, the images all showed up properly... but on the cB preview, the header images won't show up in Firefox! (and JUST the header images too -_-") It DOES show up on Internet Explorer though... o_O The image links aren't broken. So I don't know what's wrong. Anyone care to help me? T^T Is something wrong with the code? (I doubt it) |
|
|
|
![]() |
Sep 8 2008, 05:53 PM
Post
#2
|
|
|
Irrisistable Cabbages. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 549 Joined: Nov 2007 Member No: 589,355 |
who is the host? photobucket? tinypic? imagshack?
Usually those will show up in layouts. I use those all the time. For website templates I use imageshack.us. |
|
|
|
Sep 8 2008, 05:56 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
^If they show up in one browser but not the other, the problem has nothing to do with where the images are hosted.
Something has to be wrong with the code. Is it just with that layout or all of yours? If it's only that one, compare it with another and see if there are any differences. |
|
|
|
Sep 8 2008, 06:34 PM
Post
#4
|
|
![]() Two can keep a secret if one of them is dead. ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,682 Joined: Jun 2005 Member No: 156,187 |
waa i hate that. The header doesn't show up for me.
CODE #header1 {width: 467px; height: 100px; background: url("http://img166.imageshack.us/img166/8/ssa01ou9.jpg") no- either that no- or the "" is hurting the layout. gonna test out the theory now. edit: yeah i was right. CODE #header1 {width: 467px; height: 100px; background: url(http://img166.imageshack.us/img166/8/ssa01ou9.jpg) no-repeat;} #header2 {width: 467px; height: 100px; background: url(http://img370.imageshack.us/img370/118/ssa02im2.jpg) no-repeat;} #header3 {width: 467px; height: 100px; background: url(http://img370.imageshack.us/img370/9347/ssa03ny3.jpg) no-repeat;} #header4 {width: 467px; height: 62px; background: url(http://img156.imageshack.us/img156/2337/ssa04ci5.jpg) no-repeat;} replacing CODE #header1 {width: 467px; height: 100px; background: url("http://img166.imageshack.us/img166/8/ssa01ou9.jpg") no- repeat;} #header2 {width: 467px; height: 100px; background: url("http://img370.imageshack.us/img370/118/ssa02im2.jpg") no- repeat;} #header3 {width: 467px; height: 100px; background: url("http://img370.imageshack.us/img370/9347/ssa03ny3.jpg") no- repeat;} #header4 {width: 467px; height: 62px; background: url("http://img156.imageshack.us/img156/2337/ssa04ci5.jpg") no- repeat;} with what i just put above will fix that problem. I will also PM the creator on it. |
|
|
|
Sep 9 2008, 12:01 PM
Post
#5
|
|
![]() The Procrastinator ![]() ![]() ![]() Group: Member Posts: 56 Joined: Sep 2006 Member No: 467,931 |
Thanks! The problem is now solved. :) :)
|
|
|
|
Sep 9 2008, 12:04 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed & Moved
|
|
|
|
![]() ![]() |