Hi all
This what a simple example what you can create some intresting User Interface using javascript and CSS.I have used all div tags and one line javascript function to create this color piano.
Please find source here.
Please Copy folowing javascript code in your page header or script area or .js file
function changeColor(obj)
{
if(obj){
document.getElementById('mainColor').style.backgroundColor =obj.style.backgroundColor;
}
}
Please copy this HTML code in your page body.
Note : This is vary important to know if you are developing a web application that
"table" take more time than of
"div" tag in any brouser.
Read More!