Page 1 of 1

[SOLVED] Two images in header

Posted: Thu Sep 04, 2008 2:28 pm
by iskanje
I have made this CMSMS-site www.vek.fi, and I'm wondering how I could add a second image to the header area where the logo is?

The logo should stay at far left, and the other image, a kind of background, should stay at far right, so that the container would still be fluid.

Thanx :)

Re: Two images in header

Posted: Thu Sep 04, 2008 6:52 pm
by Gregor
I've had a similar question and if you search the forum, I guess you'll find the way I finally solved it.
Gregor

Re: Two images in header

Posted: Tue Sep 09, 2008 3:38 pm
by iskanje
Found the answer.. This helped:

div#header {
   height: 111px;    /* adjust according your image size */
background: #FFF url(uploads/images/mybackground.jpg) no-repeat 100% 0;
}

div#header h1 a {
/* you can set your own image here */
   background: transparent url(uploads/images/logo.gif) no-repeat 12px 6px;