Header with two different images side by side. How to do it?
-
Hi!
I′m testing a new theme on my blog. The header of the theme was originally only one, but I wanna put two images side by side: the first one with the logo and the second one with a random image (using image rotator script).
The problem is that I′ve already messed through the stylesheet and I simply did not find a way to put them side by side. They usually stay like that (see the screenshot, please):https://img368.imageshack.us/img368/893/header01vz0.jpg
The code is the following:
#headerpic01
{
position: relative;
width: 193px;
height: 200px;
background: #fff url(images/bg_01.gif) no-repeat;
margin-bottom: 2px;
}#headerpic02
{
margin-left: 193px;
position: relative;
height: 200px;
background: #fff url(images/headers/rotator.php) no-repeat;
margin-bottom: 2px;
}
Can someone help me, please?Thanks a lot!
- The topic ‘Header with two different images side by side. How to do it?’ is closed to new replies.