Sorry RR,

That's the result of my partial advice (it's debateable as to whether or 
not it's good practice but I always treat IE bugs as exceptions to be 
dealt with as and when they come up): IE needs the abstract 
MS-proprietary property of 'hasLayout' to apply conventional box model 
logic in some cases. There are two ways of dealing with this depending 
on how you feel about 'clean' coding:

• You can give it the non-W3-spec MS CSS zoom:1, and all other browsers 
will simply not process the rule (the downside being invalid CSS).

• You can give it height:1%, and still have entirely valid CSS but 
having given every browser a piece of what makes very little sense (but 
it won'y screw anything up in rendering terms).

Either way, IE6 will then render like a sane creature.

Regards,
Barney
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to