Css + jsf + i.e

0 respostas
E

Galera estou tentando uma dificuldade para fazer o I.E reconhecer o estilo. No Fire fox reconhece normalmente.

Olha só:

código jsf:

<rich:panel id="login-corpo">        
            <rich:panel id="login-area">           
                <h:form>
                
                </h:form>                            
            </rich:panel>       
            <rich:panel id="login-desc">
        
            </rich:panel>
        </rich:panel>

estilo:

#login-area{
    float:left;
    _background:#fff;
    border:1px solid #ccc;
    width:38%;
    height:240px;
    _height:248px;    
}
#login-area form{
    background:url(../img/login_logo_reciprocidade.gif) center top no-repeat #fff;
    margin:20px auto 0 auto;
    padding:50px 0 0 3px;
    height:100px;
    width:200px;
}

Ele não reconhece a formatação para tag h:form.

Criado 6 de fevereiro de 2009
Respostas 0
Participantes 1