PDA

View Full Version : Mulitable banner problem


slipkid
May-25-2009, 07:45 AM
I want to have different banners for a few categories. I followed the guide to do this but the pages still show the main banner. Any help would be great.
Thanks

http://www.slipkid.smugmug.com/

jfriend
May-25-2009, 07:53 AM
Add the missing closing brace to this part of your CSS:

#my_banner {
float: center;
width: 800px;
height: 100px;
margin-left:80px;
margin-top:-10px;
background: url(http://slipkid.smugmug.com/photos/543905538_Gxxga-L-2.jpg) no-repeat;
}

slipkid
May-25-2009, 08:08 AM
Add the missing closing brace to this part of your CSS:

#my_banner {
float: center;
width: 800px;
height: 100px;
margin-left:80px;
margin-top:-10px;
background: url(http://slipkid.smugmug.com/photos/543905538_Gxxga-L-2.jpg) no-repeat;
}


Thanks a bunch....................worked like a charm