After all, soury for my previous message. I click reply button in my mail 
client and send the message with a subject that not nothing to see with message 
body. Really soury.

Well, I have a form contained in a DIV element. This is the CSS for DIV:

#content {
 margin-left: 12em;
 padding-left: 2em;
 vertical-align: top;
 height: 100%;
 width: 10px;
 max-width: 550px;
}

And this other CSS is for FORM element contained into a table:

form {
        border: 1px solid #dd6900;
        border-style: outset;
        border-color: #cedcec;
        /*background: #fafafa;*/
        color: #444;
        font: 11px/125% Tahoma;
        padding: 2px 3px;
        border-left-style: inset;
        border-top-style: inset;
        width: 500px;
        max-width: 550px;
}

The behavior is that FORM enlarge the DIV element or better I put the 
border="0" in table element and the table is larger than DIV. Some help?

Best,
ReynierPM
4to. año Ing. Informática
Usuario registrado de Linux: #310201
*************************************************************************
El programador superhéroe aprende de compartir sus conocimientos. 
Es el referente de sus compañeros. Todo el mundo va a preguntarle 
y él, secretamente, lo fomenta porque es así como adquiere su legendaria 
sabiduría: escuchando ayudando a los demás...

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to