DMXzone Lightbox Support Product Page
Answered
Dreamweaver CS6 fluid grids and lightbox alignment issues
Asked 28 Jul 2012 05:03:24
1
has this question
28 Jul 2012 05:03:24 Gregg Daly posted:
Im creating a site using the new Fluid Grids in Dreamweaver cs6. When ever I try and use the DMXZone Lightbox, the lightbox will show on the top center of the page, not in the center. It seems to have something to do with 2 .css files that Dreamweaver is adding called boilerplate.css and layout.css. If I remove these from the page, lightbox works fine, but to make the fluid grid system work, I need to keep these. Any ideas on how to fix this?Thanks
Gregg
Replies
Replied 29 Jul 2012 12:25:59
29 Jul 2012 12:25:59 Vulcho Vulev replied:
Hello Greg.
Please provide a link to your problem page with the lightbox in order for me to inspect your code.
Regards : Vulcho.
Please provide a link to your problem page with the lightbox in order for me to inspect your code.
Regards : Vulcho.
Replied 29 Jul 2012 17:27:16
29 Jul 2012 17:27:16 Gregg Daly replied:
here is the link
www.gngfx.com/newtest/video.html
www.gngfx.com/newtest/video.html
Replied 30 Jul 2012 08:04:12
30 Jul 2012 08:04:12 Vulcho Vulev replied:
Hello Greg.
Please open the following file : www.gngfx.com/newtest/css/boilerplate.css
and delete the following CSS rule:
Regards:Vulcho.
Please open the following file : www.gngfx.com/newtest/css/boilerplate.css
and delete the following CSS rule:
td { vertical-align: top; }
Regards:Vulcho.
Replied 30 Jul 2012 15:54:39
30 Jul 2012 15:54:39 Gregg Daly replied:
great thanks, I will do this.