Changing the Web Backgrounds Dynamically
By knowing many easy ways we can make desktops look more beautiful, changing the background color of a table cell when the mouse moves over it is very easy trick if the user is coding one browser in order to make it work for both browsers the users have to add some extra tags and also they have to alter the commands very little, if the user is using a version of 4+ browser he should move his mouse over the table cell below and it should turn yellow. To start with we should have a table and define a style sheet for the cell that we want to change.Internet explorer makes it easy by allowing the style attribute to work in a <TD> tag and also it allows the tag to use on mouse over and on mouse out, the users should use the width of 100%to make sure the style included the entire width of the cell. When the user follows the small instructions the color is changed after that the users can access the properties of the cell by using “this” the meaning of it is “this object” and after that in order to access the style sheet “style” is used.After setting everything the trick can be used in internet explorer which allows the users to access the specific style sheet property, the user can do this just for any CSS property after doing this the users can just give the property a new color, the same work is not easy with Netscape, so in order to get this in Netscape4 the users should use Netscape layers, this will allow the users to do many of the same things, the <LAYER> tag allows the background color to be set and this tag allows the mouse events in NS.

