PDA

View Full Version : Ivars 2nd banner tutorial


Prairiemaiden
Apr-19-2009, 10:35 AM
I have followed this tutorial to get a 2nd banner to show up on the Galleries but can't figure out what I am doing wrong. I have tried just about everything and I know I am missing something really simple. Could someone please take a look. Thank You.

nancycuppyphotography.com

denisegoldberg
Apr-19-2009, 01:52 PM
I have followed this tutorial to get a 2nd banner to show up on the Galleries but can't figure out what I am doing wrong. I have tried just about everything and I know I am missing something really simple.
I only see the CSS for one banner image on your page.

When you say you want a second banner on the Galleries, do you mean on the actual gallery page that shows the photos as opposed to a galleries page separate from your homepage?

What is the URL of the second banner image?

--- Denise

Prairiemaiden
Apr-19-2009, 02:06 PM
I only see the CSS for one banner image on your page.

When you say you want a second banner on the Galleries, do you mean on the actual gallery page that shows the photos as opposed to a galleries page separate from your homepage?

What is the URL of the second banner image?

--- Denise
On the homepage is my large logo, and you can click on any of the galleries to go to that gallery, I want the different banner on the page that gallery page for each gallery. I put the code in, but took it out as could not get it to work.
http://nancycuppyphotography.smugmug.com/photos/515828663_qmG9k-L.jpg
Appreciate you help Denise.

denisegoldberg
Apr-19-2009, 03:19 PM
On the homepage is my large logo, and you can click on any of the galleries to go to that gallery, I want the different banner on the page that gallery page for each gallery. I put the code in, but took it out as could not get it to work.[/URL]
Try this and see if it gets you closer to what you want:
#my_banner {
width: 728px;
height: 186px;
margin: 0 auto;
background: url([URL="http://nancycuppyphotography.smugmug.com/photos/515828663_qmG9k-L.jpg"]http://nancycuppyphotography.smugmug.com/photos/515828663_qmG9k-L.jpg (http://nancycuppyphotography.smugmug)) no-repeat;
}
.homepage #my_banner {
width: 650px;
height: 253px;
margin: 0 auto;
background: url(http://nancycuppyphotography.smugmug.com/photos/515793809_dDKCW-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader(enabled=true,sizingmethod=image,src='http ://nancycuppyphotography.smugmug.com/photos/515793809_dDKCW-O.png');
}
--- Denise