Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Filmstrip problem.  (Read 3864 times)

0 Members and 1 Guest are viewing this topic.

Demetria

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 2
    • Gregg Sulkin fansite
Filmstrip problem.
« on: October 29, 2010, 04:38:04 pm »

Hi there!

I don't know why, but my filmstrip is acting weird. At first everything looks ok, but when I try to navigate through them they go over table. Link to my gallery: http://gregg-sulkin.com/photos/index.php! How should I fix that?

Thank you in advance,
- Krista.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Filmstrip problem.
« Reply #1 on: October 29, 2010, 04:45:42 pm »

It doesn't happen with the curve theme: http://gregg-sulkin.com/photos/displayimage.php?pid=10&theme=curve - so there's something wrong with your theme. I just had a short look so I cannot say why it happens.
Logged

Demetria

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 2
    • Gregg Sulkin fansite
Re: Filmstrip problem.
« Reply #2 on: October 29, 2010, 05:02:23 pm »

Well, I had this code in my css:

.thumb {
   padding-right: 10px;
   padding-left: 10px;
}


I removed it and now thumbnails don't go over table, but they still look kind of strange (added attachment for you to see what I mean).
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Filmstrip problem.
« Reply #3 on: October 29, 2010, 08:53:03 pm »

add the padding back in
Code: [Select]
.thumb {
   padding-right: 10px;
   padding-left: 10px;
}

Then remove the inline styling on
Code: [Select]
<div id="film" style="position: relative; width: 445px; ">
<table class="tape" style="height: 95px; margin-left: -88px; ">

should look like
Code: [Select]
<div id="film">
<table class="tape">

see if that works for you.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.