DMXzone Lightbox Support Product Page
  Answered 
 Lightbox position in Dreamweaver Fluid Layout - open in top center of page
 Asked  21 Jul 2013  01:47:13 
  1 
     has   this question  
  21 Jul 2013  01:47:13 Rick Drew posted: 
 The lightbox opens top, center.  Sample: fastweightlossdyer.com/NewSite/index.html
Click on the photo under "about..."
I have put this on several pages - every fluid layout does this.
Replies
 Replied 22 Jul 2013  09:02:11 
   22 Jul 2013  09:02:11 Teodor Kuduschiev replied: 
  Hello Rick,
In your fastweightlossdyer.com/boilerplate.css you have:
Which causes the Lightbox to render at the top.
  In your fastweightlossdyer.com/boilerplate.css you have:
td {
    vertical-align: top;
}Which causes the Lightbox to render at the top.

