PDA

View Full Version : How to remove background-image from popup?


pat.kane
Sep-20-2005, 09:42 PM
First -- thanks for all the shared knowledge contained on this site. I've been able to sort through most of my cobranding issues based on prior posts; however, I'm now stumped (and/or just tired).

I assigned a background image via CSS to my cobranded site, which I'm testing under the trial period.

Unfortunately this background image is also applied to the popup window that shows the large pictures. How do I specify no background image for these popups?

If you click on the primary photo at this link, you'll see what I'm talking about: http://www.koalaplayhouse.com/gallery/820403/4/36599700

Thanks,
Pat

Mike Lane
Sep-20-2005, 10:37 PM
First -- thanks for all the shared knowledge contained on this site. I've been able to sort through most of my cobranding issues based on prior posts; however, I'm now stumped (and/or just tired).

I assigned a background image via CSS to my cobranded site, which I'm testing under the trial period.

Unfortunately this background image is also applied to the popup window that shows the large pictures. How do I specify no background image for these popups?

If you click on the primary photo at this link, you'll see what I'm talking about: http://www.koalaplayhouse.com/gallery/820403/4/36599700

Thanks,
Pat

body.imagePopup {background:#fff}

That changes it back to white.

pat.kane
Sep-21-2005, 06:40 PM
Thanks Mike!

Might I ask how you knew this?

Is there some secret code book you've found or are you just figuring this out on your own?

BTW, when I signed up I used your address for the referral as I have appreciated the time and effort you've put into so many answers on this forum. It definitely helped me figure out some of what I wanted to do (as well as peeking at Andy's site too).

Now just to figure out if I'm going to pay the price of admission. The only hangup is I don't like losing search and keywords on protected galleries.

Regards,
Pat

Mike Lane
Sep-21-2005, 06:46 PM
Thanks Mike!

Might I ask how you knew this?

Is there some secret code book you've found or are you just figuring this out on your own?

BTW, when I signed up I used your address for the referral as I have appreciated the time and effort you've put into so many answers on this forum. It definitely helped me figure out some of what I wanted to do (as well as peeking at Andy's site too).

Now just to figure out if I'm going to pay the price of admission. The only hangup is I don't like losing search and keywords on protected galleries.

Regards,
Pat
I just figured it out on my own. The first time I worked with CSS was in 1997 for a project for a college class. Once you've worked with it for a while, it comes to you pretty easily.

I also use the various firefox tools to help me navigate the CSS. I recommend the Web Developer toolbar, the DOM inspector (you need add this when you install firefox or you won't have it), and the colorzilla plugin.

Wow! Thanks for doing the referral thing. That means a lot!