Hi
I've managed to place my Greybox (help files, etc) in the bottom left hand corner of my gallery and cannot figure what I've changed to do so.
I see its' positioning is handled in '/css/coppermine.css' and there is one reference to it in my 'themes/x/style.css' but none of these seem to help.
Is there anywhere else I should be looking in order to try and get the greybox correctly positioned?
Many thanks in advance for any help.
If Firebug doesn't help you, you might want to use a diff viewer to compare your files with the unmodified files from the Coppermine package.
Thanks Andre, found it.
Had to add 'position: absolute' to the .css, not sure why it was missing.
:)