Click to See Complete Forum and Search --> : [RESOLVED] copying code


GoverNment
07-14-2008, 08:04 PM
http://www.free-css.com/free-css-templates/page9.php

to copy how it opens up on each preview could that be done for a photogallery and what part of the code would i take?

LeeU
07-15-2008, 03:52 PM
There script here (http://orangoo.com/labs/GreyBox/) will do it for you.

GoverNment
07-15-2008, 05:47 PM
There script here (http://orangoo.com/labs/GreyBox/) will do it for you.
thank you, your a life saver

LeeU
07-16-2008, 08:07 AM
Glad it worked out.

GoverNment
07-16-2008, 03:34 PM
hey leeu one little problem im having is on step 1 where it says: Append following to your header section. GB_ROOT_DIR is the URL where static files are located:

should i change the url to mine?

LeeU
07-16-2008, 03:40 PM
Yes, but do it without the domain, e.g.:

var GB_ROOT_DIR = "/yourPathFromRoot/greybox/";

GoverNment
07-16-2008, 03:53 PM
so if i was doing it, it would look like this. and the /images is the folder they are in


<script type="text/javascript">
var GB_ROOT_DIR = "http://eabibey.com/images/";
</script>