Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Bottoni Colorati

Un effetto particolare per i link.


¤ Clicca qui per visualizzare la demo... ¤

<script language=JavaScript>

// varibili
m_over_col = "#ff9944";
m_out_col = "#c0c0c0";
m_down_col = "#ee5555";

dow_key = '';
window.onload = recolor_butt;

function recolor_butt()
{
  len_all = document.all.length;
  for (i=0; i<len_all; i++)
  {
    id = document.all[i].id;
    if (id.indexOf('butt') == 0)
    {
      document.all[i].style.background = m_out_col;
    }
  }
}

function
document.onmouseover()
{
  id = window.event.srcElement.id;
  if (id.indexOf('butt') == 0)
  {
    if (dow_key == id)
    {
      return
;
    }
    document.all[id].style.background = m_over_col;
  }
}

function
document.onmouseout()
{
  id = window.event.srcElement.id;
  if (id.indexOf('butt') == 0)
  {
    if
(dow_key == id)
    {
      return
;
    }
    document.all[id].style.background = m_out_col;
  }
}


function document.onmousedown()
{
  id = window.event.srcElement.id;
  if (id.indexOf('butt') == 0)
  {
    if
(dow_key! = '')
    {
      document.all[dow_key].style.background = m_out_col;
    }
    dow_key = id;
    document.all[id].style.background = m_down_col;
  }
}

</script>



Scarica il Codice...


Stampa la pagina


 

Inizio pagina

risorse per webmaster