Page 1 of 1

Gallery Background Borked - Help, Please?

Posted: 07 May 2007 08:11 pm
by Kamil

Code: Select all

<style> body {background: url("IMG URL");background-attachment: fixed}</style>
Is was what I was using for my background image but it's not showing up now. I tried changing the 'body' command to '.contentModuleContent' as that made all my old pet lookups show up again (thank you again, Jazzy) - but no joy.

Help, please?

Thanks!

Posted: 07 May 2007 08:27 pm
by dandelions
Try this:

Code: Select all

<style> .content {background: url("imgurl");background-attachment: fixed;} </style>

Posted: 07 May 2007 08:34 pm
by Kamil
*two thumbs up*

Thanks again, Jazzy, you remain a Rock Star. =D

*locks*