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.