Results 1 to 6 of 6

Thread: thumbnail viewer and different css styles

  1. #1
    Join Date
    Nov 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default thumbnail viewer and different css styles

    hello

    Im new and not really good in css. Anyway i wanted to buils a new site containing css. I found a cool template and started.

    Then i wanted to add a cool thumbnail viewer. I found the perfect one on dynamic drive. http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm)

    when i tested it it worked fine in dreamweaver. but online it wont show the thumbs nore the real pics

    I dont know how that works? Can it be it conflicts with some style sheets? and how can i resolve that?

    I hope someone can and is willing to help me
    Last edited by jscheuer1; 11-11-2007 at 09:30 PM. Reason: fix broken link and improve title

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In a case like this it is very hard to be certain what the problem is without a link to the live page:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanx for your reply

    its far by finished but i have put it online
    its http://www.sander-wientjes.nl.

    when you press the dot you will enter the page which contains the problem

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Where you have (and similar):

    Code:
    <a href="img/gal1/1.JPG" rel="thumbn . . .
    The actual filename is 1.jpg

    Although unimportant on most local machines, case matters on the web.

    There could also be other problems.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Nov 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanx john

    the thumbs are now visible

    but like you said there are other problems.......
    the other i found myself, that was nameng the stylesheet a alternate stylesheet

    but i am not there yet

    when i click the thumb it opens at the top of the page in stead of in the center of the page as a different layer on top off the thumbs.

    do you perhaps know how i can resolve that....

    that would be the end of my problems

    thanx sander

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Your live page still (as of this writing, even after clearing my cache) has:

    Code:
    <link rel="alternate stylesheet" type="text/css" href="thumbnailviewer.css"  />
    Make it:

    Code:
    <link rel="stylesheet" type="text/css" href="thumbnailviewer.css" />
    There could still also be other problems.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •