On Mar 18, 2011, at 4:10 PM, Thomas Pauly wrote: > I can't figure out why Firefox is showing strangely positioned outlines. > > http://www.smarterpaint.com/non-toxic-paints/mythic-paint-colors/aqua.html
Because Gecko expands the element based on the content that is positioned off-screen (the nested <ul>). Use the border property instead of the outline property. PS - some of the submenus are non-fucnctional in Gecko, or mispositioned (WebKit). Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ 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/
