Closed (won't fix)
Project:
Drupal core
Version:
6.9
Component:
Garland theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2009 at 01:04 UTC
Updated:
9 Oct 2012 at 13:38 UTC
Jump to comment: Most recent
Comments
Comment #1
cschults commentedI was able to solve this CSS bug in my modified version of Garland by triggering IE's hasLayout property on the "links" class by setting "zoom" to "1":
.links { zoom: 1 }
For those who are interested, here's a MSDN article about hasLayout:
http://msdn.microsoft.com/en-us/library/bb250481.aspx
Comment #2
cschults commentedNote: zoom is proprietary and doesn't validate.
Comment #3
Anonymous (not verified) commentedI'm going to guess this is a won't fix for D6, since D6 commits focus on security fixes at this point.