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/