Mycologist
Member
Hello,
Just started working with 1.2 and I've been having some trouble getting multiple images to work in the header bar. I know it has something to do with the #header tag as I can get one of these at a time to work. Any suggestions would be greatly appreciated, I'm definitely a novice when it comes to CSS.
Just started working with 1.2 and I've been having some trouble getting multiple images to work in the header bar. I know it has something to do with the #header tag as I can get one of these at a time to work. Any suggestions would be greatly appreciated, I'm definitely a novice when it comes to CSS.
Code:
#header
{
background: url(...) no-repeat top left;
min-height: 80px;
margin: 0;
padding: 0;
}
#header
{
background: url(...) repeat-y top left;
min-height: 80px;
margin: 0;
padding: 0;
}
#header {
background: url(...) repeat-y top right;
min-height: 80px;
margin: 0;
padding: 0;
}