» Forums
» DynarchMenu forum
» Support
» Context Menu Positioning + Max Number of setupContent calls
» Misaligned SubMenus in IE6 when inside table
» Re: Misaligned SubMenus in IE6 when inside table
| Re: Misaligned SubMenus in IE6 when inside table ¶ | |
| Found a workaround... body { margin: 0; } Then <body> Not sure what will happen in other browsers, but it is okay in IE6 and Firefox 1.0.2 Let me know if there is a better fix. | |
| Re[2]: Misaligned SubMenus in IE6 when inside table ¶ | |
| Not necessarily better, but yes, there's a different workaround. Just embed the menu <ul> in a <div style="position: relative">. I recently discovered that if you put the menu in a <div style="position: absolute">, IE will also misalign it—but it appears that if it's inside a table it does the trick :-) So your code becomes: <table cellspacing="0" cellpadding="0" width="100%" border="0"> and you don't need to set a "margin: 0" for the <body>, even when the DOCTYPE is present. This should go in the FAQ as many asked it...
| |
| last |
(*) Discounts available for the above products!













