CD-516 Part VI . (Net web server) Appendixes border NN2 NN3

CD-516 Part VI . Appendixes border NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility Example To remove all traces of an outside border of a table (and, in some combinations of attributes of other table elements, borders between cells), use the following statement (in IE5+/NN6+ syntax): document.getElementById( myTable ).border = 0 borderColor borderColorDark borderColorLight NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility Example Assuming that you have set the initial light and dark color attributes of a table, the following function swaps the light and dark colors to shift the light source to the opposite corner: function swapColors(tableRef) { var oldLight = tableRef.borderColorLight tableRef.borderColorLight = tableRef.borderColorDark tableRef.borderColorDark = oldLight } While you can easily invoke this function over and over by ending it with a setTimeout()method that calls this function after a fraction of a second, the results are very distracting to the person trying to read your page. Please don t do it. TABLE.borderColor
In case you need quality webspace to host and run your web applications, try our personal web hosting services.

Leave a Reply