Eklablog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Tutorial, CSS, HTML

 

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>



Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article