04-22-2009, 04:44 PM
|
#4 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
DOM is pretty straigth forward once you gasped the basic of it, you will find the MSDN Library more than excellent for DOM references:
http://msdn.microsoft.com/en-us/library/aa155133.aspx
-> HTML & DHTML (Dynamic HTML)
When you view the CSS reference on MSDN you will also be able to see the scripting names for that style like:
HTML Code:
<input type="button" onclick="this.backgroundColor = '#000000';" value=" Click me " />
same goes for the HTML reference, you will see which events and actions that apply to each tag.
__________________
|
|
|