I am trying to got the shadow overlay in my site to cover the whole white area of my web page...
for an example please visit http://www.awladaludi.com/photoeid2006.html
you will notice after clicking on an image that the right side of the page does not get the shadow background that Lightbox 2 adds to the page...
i went to the Lightbox 2 website and found this:
The shadow overlay doesn't stretch to cover full browser window. Remove the default margin and padding from the body tag. Add body{ margin: 0; padding: 0; } to your stylesheet.
link: http://www.lokeshdhakar.com/projects/lightbox2/#support
Now my question is, how to i apply the above code to my site? How do I remove the default margin and padding from the body tag and how do I find or create the stylesheet?
Appreciate your assistance...
for an example please visit http://www.awladaludi.com/photoeid2006.html
you will notice after clicking on an image that the right side of the page does not get the shadow background that Lightbox 2 adds to the page...
i went to the Lightbox 2 website and found this:
The shadow overlay doesn't stretch to cover full browser window. Remove the default margin and padding from the body tag. Add body{ margin: 0; padding: 0; } to your stylesheet.
link: http://www.lokeshdhakar.com/projects/lightbox2/#support
Now my question is, how to i apply the above code to my site? How do I remove the default margin and padding from the body tag and how do I find or create the stylesheet?
Appreciate your assistance...
Comment