1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

lightbox not working well......

Discussion in 'HTML & Website Design' started by cees, May 13, 2010.

  1. #1
    hi there,

    can anyone help me out?

    i dont know what to do about this problem on one of my sites, :confused:

    take a look: http://dm-kids.com/borduurwerk.html

    thanx in advance,

    cheers

    cees
     
    cees, May 13, 2010 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #2
    Your lightbox has a div called "outerImageContainer". I suspect you close it too soon and it's meant to include "imageDataContainer"
     
    sarahk, May 13, 2010 IP
  3. cees

    cees Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hi sarah,

    thx for responding, but i dont know how to change that. Where could i change these things? I thaught in my lightbox.css, but can't find a reasonable place to change something....

    thx in advance,

    cees
     
    cees, May 14, 2010 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #4
    Have a look at the html you are generating. It'll be in your template if you have one.
     
    sarahk, May 14, 2010 IP
  5. rakesh kumar

    rakesh kumar Active Member

    Messages:
    393
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #5
    This is the problem related to the template. Try to fix this.
     
    rakesh kumar, May 15, 2010 IP
  6. cees

    cees Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    okay,

    could it be the problem that i use an automatic border with each image on the website?
    can i split this between images on website and no-border on image at lightbox?

    i dont know yet...

    thanx cees
     
    cees, May 15, 2010 IP
  7. hdewantara

    hdewantara Well-Known Member

    Messages:
    536
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #7
    Probably has to do with this
    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
    HTML:
    Where did you put lightbox.css?
     
    hdewantara, May 15, 2010 IP
    cees likes this.
  8. cees

    cees Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    what do you mean with this link, i've seen this in the index page from lightbox itself. but not in my index or stylecss.
    should i put this line into my indexpage?

    thanx for helping me,

    cees
     
    cees, May 15, 2010 IP
  9. cees

    cees Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    HOLD YOUR BRAIN ENGINES!!!

    You helped me out.... lightbox.css was hiding in wrong map. i changed the address and........... Yippie kai yee!!

    Thanx pal
     
    cees, May 15, 2010 IP
  10. hdewantara

    hdewantara Well-Known Member

    Messages:
    536
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #10
    OK :cool:

    I also see that you tried to copy the lines of
    lightbox.css into style.css? I guess this would work too,
    if you remove that <link...> line from the html page.

    But if you decide to use 2 css files: style.css and lightbox.css,
    then try removing the lightbox's lines you copied within style.css.
    This would probably ease page loading a bit...

    Regards,
     
    hdewantara, May 15, 2010 IP