DMXzone Lightbox Support Product Page
Answered
Image appears behind borders not inside borders
Asked 02 Jun 2011 17:58:07
1
has this question
02 Jun 2011 17:58:07 Richard Waltz posted:
Not sure why the image appears behind the borders. 216.174.25.203/review/VTexcellence/layout2.htm When I remove the CSS style sheet it works fine. See this test page: 216.174.25.203/review/VTexcellence/lightboxlinktest.htm
I'm using Lightbox ver. 1.0.11, Dreamweaver CS5 on Windows XP ver. 2002 Service Pack 2.
I'm not using a reset CSS in my style sheet. I can't figure out what I'm doing wrong or what style is throwing things off. I've been working on this for 2 days now. I've used this successfully on other sites I've created in the past but this time I just can't figure it out and I'm hoping someone on your end can take a look for me. Thanks!!
Replies
Replied 03 Jun 2011 10:43:37
03 Jun 2011 10:43:37 Miroslav Zografski replied:
Hello Richard,
You have a duplicated class in your main.css on line 102 - .content
Lightbox have same class.
Please, set the class to be as follows:
instead:
Regards,
You have a duplicated class in your main.css on line 102 - .content
Lightbox have same class.
Please, set the class to be as follows:
body .container .content{ padding: 0 0 10px 0; width: 580px; float: left; }
instead:
.content { padding: 0 0 10px 0; width: 580px; float: left; }
Regards,
Replied 03 Jun 2011 15:35:18
03 Jun 2011 15:35:18 Richard Waltz replied:
Thank you, Thank you, Thank you!!
You've saved my sanity.
You've saved my sanity.