ok...
It didn't work where you had me place the background image, John. However, you did give me the courage to play around with it myself. I found that by placing a background image in two places in the lightbox.css file, the #outerImageContainer and the #imageDataContainer, I can get the effect I wanted... and that's really cool.
This is what I did inside the lightbox.css file:
Code:
#outerImageContainer{
position: relative;
background-color: #000;
width: 250px;
height: 250px;
margin: 0 auto;
background-image:url(path/image_name.gif);
}
Code:
#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #000;
margin: 0 auto;
line-height: 1.4em;
background-image:url(path/image_name.gif);
}
I checked it in Internet Explorer 7.0, Firefox 1.8 and Opera 9.10 and works just fine in these browsers.
Thanks again for your help. Like I've said, you guys rock...
Leighton
Bookmarks