View Full Version : Background question
Ryan Armbrust
Feb-16-2007, 08:28 PM
I am wanting to add the Halloween background from Smugmug to just my Halloween galleries page, located here: http://www.sniperphotography.com/Halloween%20Parties%20and%20such! (http://www.sniperphotography.com/Halloween%20Parties%20and%20such%21)
Any way to do this? I have the URL of the Halloween background and have been playing with the CSS toolbar and just can't figure it out.
As always, THANKS!
Allen
Feb-16-2007, 09:06 PM
I am wanting to add the Halloween background from Smugmug to just my Halloween galleries page, located here: http://www.sniperphotography.com/Halloween%20Parties%20and%20such! (http://www.sniperphotography.com/Halloween%20Parties%20and%20such%21)
Any way to do this? I have the URL of the Halloween background and have been playing with the CSS toolbar and just can't figure it out.
As always, THANKS! See it this will so it.
.category_Halloween_Parties_and_such {
background-image: url("/img/themes/Halloween1/background.jpg");
background-repeat: no-repeat;
background-position: center 100px;
background-attachment: fixed;
}
Ryan Armbrust
Feb-17-2007, 07:49 AM
See it this will so it.
.category_Halloween_Parties_and_such {
background-image: url("/img/themes/Halloween1/background.jpg");
background-repeat: no-repeat;
background-position: center 100px;
background-attachment: fixed;
}
Allen,
You are always saving me.
Thanks again!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.