Re: How integrate lightbox in CMS?
Posted: Tue Aug 04, 2009 7:12 pm
What are the permissions for that folder and it's parent folder?...
Content management as it is meant to be
https://forum.cmsmadesimple.org/
I haveDr. CSS wrote: That only has to be there if you don't have the base href in the head...
Code: Select all
<base href="http://www.letit.se/" />
Code: Select all
#prevLink:hover, #prevLink:visited:hover { background: url(modules/LightBox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(modules/LightBox/images/nextlabel.gif) right 15% no-repeat; }
Code: Select all
#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; }