Código PHP:
<style>
.panel_center
{
width:574px;
height:90px;
float:left;
background:url(/imgs/imagen_center.png) repeat-x; // [COLOR="Red"]este causa que no pueda usar el select[/COLOR]
}
</style>
<div class="panel_center" style="height:150px;">
<table width="674" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="271">
<div class="textbox_bg">
<select name="char" id="char" class="textbox_style">
<option value="0">aqui va mis selecciones</option>;
</div>
</td>
<td style="padding-left:10px;"><input type="submit" name="Submit" value="Renacer" onclick="return check_register_form()" /></td>
</tr>
</table>
</div>
alguna idea de como solucionarlo porfa
saludos