PDA

View Full Version : Different borders for different pages


BruceD
Oct-16-2008, 06:40 PM
Hello all,
I'm new here and am already having problems. I just update to Smugmug Pro and trying to customize my site.
I wanted a banner on my home page. I got that.
I wanted a seperate banner on another page. I couldn't get that. My homepage banner kept showing up.
I went through the tutorial. Think I did everything exactly as it said, but never could get it.
I guess I need someone to be able to look at it and see what I'm doing wrong. How do I do that?

thanks,
Bruce Decker

Allen
Oct-16-2008, 08:49 PM
Hello all,
I'm new here and am already having problems. I just update to Smugmug Pro and trying to customize my site.
I wanted a banner on my home page. I got that.
I wanted a seperate banner on another page. I couldn't get that. My homepage banner kept showing up.
I went through the tutorial. Think I did everything exactly as it said, but never could get it.
I guess I need someone to be able to look at it and see what I'm doing wrong. How do I do that?

thanks,
Bruce Decker
Welcome to Dgrin :wave

It would be easier to help is we had a link to your site.


Under the above general banner CSS add the specific banners for other pages.
Don't forget to put in the actual size for each banner.

.category_Family #my_banner {
width: 750px;
height: 100px;
background: url(/photos/xxxxxxxx_xxxxx-O.jpg) no-repeat;
}

.gallery_xxxxxxx #my_banner {
width: 750px;
height: 100px;
background: url(/photos/xxxxxxxx_xxxxx-O.jpg) no-repeat;
}

.gallery_xxxxxxx #my_banner {
width: 750px;
height: 100px;
background: url(/photos/xxxxxxxx_xxxxx-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader (enabled=true,
sizingmethod=image, src='/photos/xxxxxxxx_xxxxx-O.png');
}

BruceD
Oct-17-2008, 04:22 PM
Ok, I put my site address in below my signature. By the way, I'm not to good about navigating around forums and stuff like that. So if i do something idiotic, somebody let me know. And I definately don't know anything about customizing my site. So I'm learning as I go. Hopefully forward instead of backward.

BruceD
Oct-17-2008, 05:46 PM
Ok, I put my site address in below my signature. By the way, I'm not to good about navigating around forums and stuff like that. So if i do something idiotic, somebody let me know. And I definately don't know anything about customizing my site. So I'm learning as I go. Hopefully forward instead of backward.

Ok, I got my different headers. Don't ask me how I got it, but I did somehow.

Now, on to the next phase. Whatever that is