Multi-Column Ordered List Renumbering- September 7, 2007 If you style an ordered list that contains links with the experimental -moz-column-count the list items of the last columns will be renumbered when a link in that column is clicked.http://www.quirksmode.org/bugreports/archives/2007/09/Multi_Column_Ordered_List_Renumberin... Backgrounds show through in invisible tables- September 6, 2007 Background colors given to <col, <tr, and <tbody on a table that is supposed to be invisible (visibility: hidden) still show up. Backgrounds given to individual cells or to elements inside cells are not shown (like expected).http://www.quirksmode.org/bugreports/archives/2007/09/Backgrounds_show_through_in_invisibl... Buttons with an image don&39;t align with text ones- September 5, 2007 Sometimes you might want to mix text buttons with image buttons and insist on using the button tag. However, Firefox aligns the text buttons lower then the image buttons.http://www.quirksmode.org/bugreports/archives/2007/09/Buttons_with_an_image_dont_align_wit... AbsoluteFixed elements align with Adjacent elements- September 4, 2007 I have a fixed div that is supposed to reside on the left side of the page and remain static using fixed positioning. There is another div adjacent to it that has a margin property that ensures it remains shifted to the right of my fixed element. This looks fine in Firefox and Opera, but in IE7 the fixed element seems to 'inherit' somehow the margin of the adjacent element and positions itself relative to it, so that they share the same left margin. Any repositioning of the fixed element is...http://www.quirksmode.org/bugreports/archives/2007/09/AbsoluteFixed_elements_align_with_Ad... IE7 Uncle Double Class Selector Bug- September 3, 2007 Creating a .classelement + element selector rule will cause IE7 to apply .class1.class2 element or .class1.class2 > element as though it was also a .class1.class2 + element:first-of-type; assuming the final element getting selected in all the above rules are the same element type.http://www.quirksmode.org/bugreports/archives/2007/09/IE7_Uncle_Double_Class_Selector_Bug.... |