javascript gallery extension code...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mimenko
    New Member
    • Aug 2006
    • 12

    #1

    javascript gallery extension code...

    Hello,

    I've seen a nice javascript gallery on "Consoriana " website.
    Do you think it will be possible to have under each small picture, a short text with an external link.
    (I can have a text file with, for each picture, its name, its description, and a link).
    Can javascript read such a file and how ?
    Could you please give me a way for a solution to code this ?
    And is it possible, for each small picture, to have the same picture - but larger - with mouseover action ?
    Thanks a lot by advance.

    You can give me also your answer at :

    ...
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Instead of using javascript to read files, just define the values (name, description, link, etc.) for each image. A mouseover script that shows a larger picture can easily be found on websites that offer free javascript snippets.

    Comment

    • ronverdonk
      Recognized Expert Specialist
      • Jul 2006
      • 4259

      #3
      In my opinion the Consoriana package does not allow for text added to each image. However, there are plenty of free JavaScript galleries available on the web that allow text to be added or that can be modified to accomplish this.

      Have a look at the JavaScriptKit.c om website, chapter Images and Galleries for a list of free to use scripts.

      Ronald :cool:

      Comment

      Working...