PDA

View Full Version : Customizing boxes


kazuri images
Nov-25-2006, 08:30 AM
I am so new to this I'm just cutting and pasting from tutorials trying to get things squared away (THANKS for those!). How can I make my boxes bigger, and then how can I make them fixed so it doesn't appear they are moving when I scroll down my page? Also, my background image is showing up in my gallery pages instead of my boxes - I need them back! Thanks! Darci (More "how do I's" to come. )http://kazuriimages.smugmug.com

Allen
Nov-25-2006, 09:25 AM
To scroll your background with the page remove the red. If you
remove the green your backgound will only show on the home page.
If you add the yellow your background will not show in any gallery.

body.homepage{
}
body {
background-attachment:fixed;
background-image:
url(http://kazuriimages.smugmug.com/photos/112581784-O.jpg);
background-repeat: repeat;
background-position: center;
}

.galleryPage {background: none;}


So if you remove the 1st, second & fourth your background will
show on your homepage, category & sub-cat pages and will not be fixed.

Al