Change of a background in the table
With the help of styles it is possible to create even such miracles, as change of color of a background of the table. For this purpose it is necessary to write small obrabotchik corresponding event, for example, hit of the cursor of a mousy to area of the table:
<table id=table onMouseover = " table.bgColor ='red ' " onMouseOut = " table.bgColor ='white ' " bgcolor=white border=1> <tr> <td>
At prompting the cursor of a mousy she will change color for the table.
</td> </tr> </table>
At prompting a mousy she will change color to area of the table with white on red. Accordingly, when the cursor of a mousy again will leave this area, she again becomes white.
Similarly it is possible to change not only color, but also a wallpaper of the table.
And still nebol`hhoj an example which shows as it is possible to lead round dynamically with help CSS the table a contour:
<table id=tabl1e onMouseover = " table1.border = and * 392; " onMouseOut = " table1.border=0 ' " border=0> <tr> <td>
<a href = *> At prompting the cursor of a mousy on the table she will be outlined by a contour;/a>
</td> </tr> </table>
As you can notice, CSS gives considerable enough opportunities of creation of dynamic page for the subsequent display in Internet Explorer. For Netscape Navigator to realize something similar, it is required or to use graphic elements, or layers. However fixing of fonts works both for that and for other browser the same as also realization of not underlined links, and it already gives a quite good field for activity.

|