| El profesor mediocre dice. El buen profesor explica. El profesor superior demuestra. El gran profesor inspira. |
HTML
<table id="myexample" style="border-right: gray 2px dotted; border-radius: 10px/5px; border-top: gray 2px dotted; border-left: gray 2px dotted; border-bottom: gray 2px dotted,border-radius: 10px/5px;" border="0" width="280" align="center"><tbody><tr><td>Texto</td></tr></tbody></table>
CSS
<script type="text/javascript">// <![CDATA[
//configure interval btw flash (1000=1 second)
var speed=500
function flashit(){
var crosstable=document.getElementById? document.getElementById("myexample") : document.all?
document.all.myexample : ""
if (crosstable){
if (crosstable.style.borderColor.indexOf("yellow")!=-1)
crosstable.style.borderColor="red"
else
crosstable.style.borderColor="yellow"
}
}
setInterval("flashit()", speed)
//-->
// ]]></script>