Page 1 of 1

SCRIPT stopped to work

PostPosted: Mon Dec 31, 2007 10:31 pm
by piotrstankiewicz
Hi!

Previously I had at my root gallery page http://www.pbase.com/piotrstankiewicz quite nice slideshow. Now it stopped to work.

Firstly I though that it's something wrong with my code, but I have impression that it's something wrong with pbase. Simply when my browser downloads the root page, I can't find SCRIPT section in its code I wrote in description field of my main gallery.

Any help? Any explaination?

PostPosted: Tue Jan 01, 2008 2:20 am
by jeffreyk
What script are you using? The pbase slide show feature? If not you will want to check out the two links below.

Java Script Disabled
http://forum.pbase.com/viewtopic.php?t=32005

Sideshow Feature
http://forum.pbase.com/viewtopic.php?t=32091

PostPosted: Tue Jan 01, 2008 8:43 pm
by piotrstankiewicz
I used slideshow. Thanks for that info. I will analyse that, although I'm not too happy. :(

PostPosted: Tue Jan 01, 2008 9:17 pm
by piotrstankiewicz
Now I have again slideshow, thanks :)

Just one small question. The slideshow image have the style:

style="border: none;

However all my images have the style:

IMG.display {
border-style : solid;
border-width : 1pt;
border-color : <getvar color1>;
}

so it means they have quite nice border. Any chance to have such a border in case of slideshow image?

Please help. :)

PostPosted: Wed Jan 02, 2008 7:03 am
by flemmingbo
piotrstankiewicz wrote:Now I have again slideshow, thanks :)

Just one small question. The slideshow image have the style:

style="border: none;

However all my images have the style:

IMG.display {
border-style : solid;
border-width : 1pt;
border-color : <getvar color1>;
}

so it means they have quite nice border. Any chance to have such a border in case of slideshow image?

Please help. :)


Yes! Just add this to your css :

#inline_slideshow
{
border-style : solid;
border-width : 1pt;
border-color : <getvar color1>;
}

regards,

Flemming

PostPosted: Thu Jan 03, 2008 8:45 pm
by piotrstankiewicz
Flemming, thanks a lot. :)

Although I'm not fully satisfied. Please visit my site: http://www.pbase.com/piotrstankiewicz At the top part of the image there is quite unnice white hole (space between the border and the image). Any idea why?

PostPosted: Fri Jan 04, 2008 7:28 am
by flemmingbo
piotrstankiewicz wrote:Flemming, thanks a lot. :)

Although I'm not fully satisfied. Please visit my site: http://www.pbase.com/piotrstankiewicz At the top part of the image there is quite unnice white hole (space between the border and the image). Any idea why?



Are all of the images for your slideshow exactly the same size?

PostPosted: Fri Jan 04, 2008 9:12 pm
by piotrstankiewicz
Yep, all the photos are the same size.

I noticed than in case of your slideshow http://www.pbase.com/flemmingbo there is the same problem, but in this case there is a bit of white space under the image.

PostPosted: Sun Jan 06, 2008 4:02 pm
by pinemikey
Hey Piotr, you probably have your slideshow images sized somewhere. Change the vertical height of the images by 1 or 2. So, instead of 655 go with 653. I experimented with EditCSS on your frontpage and was able to eliminate the gap. With Flemming's front page, I believe there isn't a gap, but a very thin border all around the slideshow image. Actually. I would like to do the same with mine.

Hope this helps...