lordofthesword8
07-08-2004, 01:52 PM
:confused:
Ive read a few Java Script books, and some mention DHTML. What is it because it looks like a mix between HTML, Javascript and Cascading Style Sheets?
LOTS8
:confused:
it looks like a mix between HTML, Javascript and Cascading Style Sheets?
LOTS8
yes, that's exactly what it is. it's just manipulation of HTML documents through the Document Object Model (DOM). This schema allows JS to alter HTML elements by changing their style properties.
*crikey you're asking a lot of questions today: have the heavens opened up LOL*
Vincent Puglia
07-08-2004, 02:15 PM
Here's a tutorial/script link:
http://members.aol.com/grassblad/dHTML/dHTML1.html
Don't quote me on any of it, though, it was written a while ago
Vinny