Scott Thigpen wrote:
> http://www.sthig.com/api/ > you will see it works fine in all browsers but IE6 totally screws up > and pushes the menu to the wrong side. Delete: #navcontainer ul {width: 100%;} ...to prevent expansion, and add... #navcontainer {display: inline;} ...to kill that old 'margin-doubling on floats' bug in IE6. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] 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/
