Re: longer description and EXIF information

  •  08-01-2010, 11:40 PM

    Re: longer description and EXIF information

    Hi bertsirkin,
     
    1. Open file "\CuteSoft_Client\Gallery\Popup\Default\Code.js"
     
    2. Find section below
     
    var comment=cs[i];
    d=document.createElement("DIV");
     
    3. d=document.createElement("DIV"); is the comment container. You can change the style easily. like
     
    d.style.backgroundColor="red";
     
    Regards,
     
    ken
View Complete Thread