Thanks for your fast reply Zoe. I review all the entire CSS again and try to fix the problems you check me but I have some doubts.
>The fieldset within your left nav, named divNavMainDraggable, is set to 400px >wide, but the left nav is only 130px wide minus 2em of padding. >IE is expanding the left nav to hold the overly large fieldset instead of >letting it overflow, as good browsers do. Here you say me that I need to fix the fieldset width not up to 130px because container in this case divNavMainDraggable only have 130 px minus 2em padding. I not understand what means "130 px minus 2em padding". It means that divleftNav have a 132px of width or 128px of width? >First, I recommend you validate your HTML. You currently have fieldsets >sitting outside of form elements, which is not allowed and is probably >causing strange results. Here you say me that fieldset elements it's not allow outside of form elements or fieldset became a member of forms or something like that? I use the extension HTML Validate with Firefox 1.5RC3 and it say me that the code it's good and not have any problem. >Next, I recommend you remove the left and right padding from the left nav. It >is not a good idea to mix pixels and ems in this case, because you have >no >idea what the resulting width will be. Then, remove the widths from >everything inside the left nav as well and give them margins, in ems if you >like, that will space them away from the edges of the left nav. Why is not good mix em and px? It's a bad CSS design or just because you I not have idea what the resulting width will be? King regards ReynierPM Usuario registrado de Linux: 310201 ************************************************* No basta con alcanzar la sabidurĂa, es necesario saber utilizarla. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zoe M. Gillenwater Sent: Tuesday, November 29, 2005 9:28 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Problems with CSS between Firefox and IE Reynier Perez Mira wrote: >Well, finally I upload a test page in this adress: >http://testserver.webcindario.com/sample.html >When one of yours have a chance please take a look to this. I really lose my >mind trying to fix this errors between FF and IE but nothing works fine for >me. I do something wrong but not know what. > > The fieldset within your left nav, named divNavMainDraggable, is set to 400px wide, but the left nav is only 130px wide minus 2em of padding. IE is expanding the left nav to hold the overly large fieldset instead of letting it overflow, as good browsers do. First, I recommend you validate your HTML. You currently have fieldsets sitting outside of form elements, which is not allowed and is probably causing strange results. Next, I recommend you remove the left and right padding from the left nav. It is not a good idea to mix pixels and ems in this case, because you have no idea what the resulting width will be. Then, remove the widths from everything inside the left nav as well and give them margins, in ems if you like, that will space them away from the edges of the left nav. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/ ______________________________________________________________________ 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/