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, 06:34 PM
Post
#2
|
|
![]() 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. |
|
|
|
dreamgurl36 Images not showing up in Firefox! Sep 8 2008, 10:12 AM
theerinkal who is the host? photobucket? tinypic? imagshack?
... Sep 8 2008, 05:53 PM
schizo ^If they show up in one browser but not the other,... Sep 8 2008, 05:56 PM
dreamgurl36 Thanks! The problem is now solved. :) :) Sep 9 2008, 12:01 PM
manny-the-dino Topic Closed & Moved Sep 9 2008, 12:04 PM![]() ![]() |