QUOTE
/* setting border: 0 hoses ie6 win window inner well border */
and
QUOTE
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
What is the purpose of these lines? Can they be omitted? I'm rebuilding the stylesheet from the ground up (thus hopefully learning what each item does), and can't make heads or tails of these odd lines.
EDIT: Also, Adobe GoLive doesn't like the "display: inline-block;" bit, it gives me a syntax warning.