3 Header Images
Mar. 16th, 2010 02:26 pm
Jaime Alguersuari / Sébastien Buemi / Scuderia Toro Rosso 700 px X 356 px

Mark Webber / Red Bull Racing 800 px X 400 px

Sebastian Vettel / Red Bull Racing 800 px X 500 px

Please save and upload to your own server :) Much appreciated.
The CSS for adding a header to your layout is as follows:
.headerimage {
background: url("IMG URL") no-repeat;
border: 0;
height: IMGHEIGHTpx;
margin: 10px auto;
width: IMGWIDTHpx;
}For example:
.headerimage {
background: url("http://url.com/.../VETTEL.png") no-repeat;
border: 0;
height: 800px;
margin: 10px auto;
width: 500px;
}
no subject
Date: 2010-03-16 07:15 pm (UTC)0px can just be 0, as 0 is 0 whatever units you use.
margin: 10px auto 10px auto; can be shortened to just margin: 10px auto;
and position: center; doesn't do anything at all.
Love the banners though. May use the Seb one. :]
no subject
Date: 2010-03-16 07:31 pm (UTC)I'll change it when I can be arsed. I just took it from my own layout CSS, which is ~full of errors like it's not even funny :'D fun times.
Gracias, m'love. ♥
no subject
Date: 2010-03-16 07:39 pm (UTC)no subject
Date: 2010-03-16 08:03 pm (UTC)