Hi all,
http://mightychurch.com/ has this really cool Expression Engine CMS / forum, and there's a lot I like about this site. But one thing in particular grabbed me. What's going on with the abstract header image? (Nice design BTW).
It does not look like some sort of repeating png doing the repeat X trick (See how much I've learned about CSS!
) but something else is going on to make it "stretchy" and I think it mainly stretches in the middle. Any way I can replicate that for a SMF forum I'm trying to style? 
Edit to add:
Also considering the header image... how wide is too wide.
EG: http://mightychurch.com uses a header image that is 1300 px wide! Is that too wide?
Also, there doesn't appear to be a LOT of fancy CSS on the header... I looked it up in Firebug and it just says...
http://mightychurch.com/ has this really cool Expression Engine CMS / forum, and there's a lot I like about this site. But one thing in particular grabbed me. What's going on with the abstract header image? (Nice design BTW).
It does not look like some sort of repeating png doing the repeat X trick (See how much I've learned about CSS!
Edit to add:
Also considering the header image... how wide is too wide.
EG: http://mightychurch.com uses a header image that is 1300 px wide! Is that too wide?
Also, there doesn't appear to be a LOT of fancy CSS on the header... I looked it up in Firebug and it just says...
#header img {mightychurch.css (line 57)
min-width:1300px;
width:100%;
}
img {mightychurch.css (line 29)
border:0 none;
}
* {thickbox.css (line 4)
margin:0;
padding:0;
}