|
cuz i want to middle vertically my layout
edit:
without .css files of lightbox, there is everything ok. but i want to have lightbox2 on my site, so i put these lines into the code:
<link rel="stylesheet" href="style/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
i click on the miniature of the photo and it crashes. i suppose that this is because of 'display: table' in body, html, but it is necessary for my vertically aligned layout (as i think it is..).
Last edited by archas : 06-01-2008 at 07:33 PM.
Reason: edit
|