Div Container und HTML Change image ???

  • Hi,
    habe folgendes Problem: ich habe eine Seite gebaut, auf der es eine Art Galerie gibt. Die Galerie funktioniert noch über Javascript. Es gibt also einen DIV Container, und mehrere thumbnails. Wenn man auf die Thumbnails klickt, wird das Bild im Container ausgetauscht. So das geht alles mit Javascript, aber wie kann ich das auch mit HTML (DHTML) machen?

    Danke für die Hilfe

    gruß
    Sixx

  • Q) What is DHTML?
    A) DHTML, or Dynamic HTML, is a new web technology that enables elements inside your web page to be, well, dynamic. Things once considered unchangeable once the page has loaded, such as text, page styles (font color, size etc), element position, etc, can now all be changed dynamically, thanks to DHTML. It brings your web pages one step closer to how things look inside your television, where images appear and disappear, text flies in and out, and content move around freely inside the screen.

    Q) What is DHTML script?
    A) DHTML scripts are scripts that take advantage of the DHTML technology to bring true interactivity to your site. They can be written in a number of languages, although the most popular are JavaScript and VBscript.

    Q) How does DHTML script differ from JavaScript?
    A) Think of DHTML script as an advanced form of JavaScript. While both are written using the JavaScript language, DHTML scripts utilize and access the DHTML features of your 4+ generation browser, while JavaScript does not.