To move the prev/next buttons more upwards, inside lightbox.css, try changing the below two values in red:
Code:
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
Try a value of 5% instead for example.
The box that contains the close button does not match up with the image above. It is slightly skinner so they do not line up with each other. This ONLY happens in IE, so there is a bug. Does anyone know the fix?
Hmm for me, everything looks aligned, in IE8 at least. Does your page contain a valid doctype at the top?
Bookmarks