I have no idea how this come since i'm pretty sure i suded the box model hack before and it just worked fine.
this time, when i have something like this:

#footer {

   margin: 0 0 0 20px;

   background: url(foot.jpg) no-repeat top left;

   width:750px;

   min-height: 43px;

   height: 43px;

voice-family: "\"}\"";
   voice-family:inherit;

height: auto;
}

html>body #footer {
   height: auto;
        }

ie6 just doesn't show the div at all. it's like it has no height at all.
if i put a colored border i can see that infact there is a div 750px wide but 
it has no height at all.
if i remove the box model hack part making the code like this


#footer {
   margin: 0 0 0 20px;
   background: url(foot.jpg) no-repeat top left;
   width:750px;
   min-height: 43px;
   height: 43px;
}

it works again perfectly.

did this problem ever occurred to anyone else before?
Any idea on what is causing it and how to fix it?

Thanks in advance

*Alisha*

______________________________________________________________________
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