i have a page in which i used your standard box model hack to make some 
divs consistent width in ie6 and everything else. i used this code.

#specs {
    border: 1px;
    padding: 7px;
    width: 186px;
}
* html #specs {
    \width: 202px; /* IE5 and IE6 quirks mode */
    w\idth: 186px;  /* IE6 standards mode */
}

since the page was quirks mode, i wasn't using that last line -- but 
originally i put it in anyways & found that it broke the hack. what i 
mean is that this rule

    w\idth: 186px;  /* IE6 standards mode */

keeps this rule

    \width: 202px; /* IE5 and IE6 quirks mode */

from working when present. does anyone know why this is?




tia,
josh



______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to