Please visit my sponsor

Simple Effects

The first we will make simple (but helpful) effects for fonts. You can change font color (when mouse over the words) with JavaScript but that requires many lines of script. With DHTML we can change font color just add this in style tag-

  .fontChange {color:red}  

DHTML uses Style tag. FontChange can be change whatever you want. Red can be also changed(color). Color can be changed other special words. Here are some examples

color : changing color
font-size : font size
font-weight : bold
background-color : background color
cursor : cursors
font-decoration : italic, underline or strike...

Many other words can be used in there but I will tell you other chapter.
Here is Example of Simple Effects

Back to home