Yo no veo que no se ejecute
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> /*<![CDATA[*/
.styledselect_form_1{
background: lime;
border: none;
border-left: none;
color: #393939;
cursor: pointer;
display: block;
font-family: Arial;
font-size: 12px;
height: 24px;
margin: 0px 0px 0px 0px;
padding: 7px 0 0 6px;
text-align: left;
width: 192px;
}
/*]]>*/
<script type="text/javascript"> //<![CDATA[
function algo(){
alert('alerta');
}
//]]>
<select id="menu" name="menu" class="styledselect_form_1" onblur="algo();">
aunque no sé si el evento onblur sea el más indicado.
SAludos