PDA

View Full Version : Header on Gallery with name spacing


Mog
May-11-2007, 03:28 AM
Helllo,

I'm trying to add a different header image to a gallery that has spacing in the name 'Out & About' and it doesn't appear to work:

The gallery in question:

http://mog.smugmug.com/Out%20&%20About

And this is the code I'm using:

.category_Out & About #my_header {
background: url(http://Mog.smugmug.com/photos/151567060-L.jpg) center no-repeat;
}

Works fine on any galleries that are 1 word :dunno

Thanks in advance...

Dna
May-11-2007, 04:25 AM
Helllo,

I'm trying to add a different header image to a gallery that has spacing in the name 'Out & About' and it doesn't appear to work:

Try this.

.category_Out__About #my_header {
background: url(http://Mog.smugmug.com/photos/151567060-L.jpg) center no-repeat;
}

Andrew

Mog
May-11-2007, 04:57 AM
Thanks Andrew, that works great :thumb