PDA

View Full Version : Quick help with footer


Dizzle
Nov-13-2007, 07:31 PM
http://www.tiffanynicolephotography.com/gallery/3826332

See the gap at the bottom. Any quick help on closing that up without messign up the rest of the sites style? I need to make the gallery private once this is fixed.

Thanks!

Allen
Nov-13-2007, 08:24 PM
http://www.tiffanynicolephotography.com/gallery/3826332

See the gap at the bottom. Any quick help on closing that up without messign up the rest of the sites style? I need to make the gallery private once this is fixed.

Thanks!
See if these will do it. Add to your CSS.

.smugmug_small.gallery_3826332 #my_footer_text {
background:url(/img/themes/ItsaBoy/800middle.png)
center repeat-y;
_background:url('/img/themes/ItsaBoy/800middleIE.jpg')
center repeat-y;
width: 760px;
margin: 0 auto;
padding: 0 20px;
padding-top: 0px;
}

.smugmug.gallery_3826332 #my_footer_text {
background:url(/img/themes/ItsaBoy/1000middle.png)
center repeat-y;
_background:url('/img/themes/ItsaBoy/1000middleIE.jpg')
center repeat-y;
width: 1000px;
margin: 0 auto;
padding: 0 0px;
padding-top: 0px;
}

Dizzle
Nov-13-2007, 08:31 PM
See if these will do it. Add to your CSS.

.smugmug_small.gallery_3826332 #my_footer_text {
background:url(/img/themes/ItsaBoy/800middle.png)
center repeat-y;
_background:url('/img/themes/ItsaBoy/800middleIE.jpg')
center repeat-y;
width: 760px;
margin: 0 auto;
padding: 0 20px;
padding-top: 0px;
}

.smugmug.gallery_3826332 #my_footer_text {
background:url(/img/themes/ItsaBoy/1000middle.png)
center repeat-y;
_background:url('/img/themes/ItsaBoy/1000middleIE.jpg')
center repeat-y;
width: 1000px;
margin: 0 auto;
padding: 0 0px;
padding-top: 0px;
}

Perfect as always Allen! Thank you so much!

Allen
Nov-13-2007, 08:47 PM
Perfect as always Allen! Thank you so much!
I'm getting IE6 not working for smugmug_small. yuk.

Dizzle
Nov-13-2007, 09:11 PM
I will check it in IE6 tomorrow at work (No IE6 at home)...but should be fine as they (family) should all be using IE7.