
brewt at bricolage
Apr 6, 2009, 6:28 PM
Post #1 of 1
(583 views)
Permalink
|
|
[8557] Fixed the positioning of the autocomplete div in IE6.
|
|
Revision: 8557 Author: brewt Date: 2009-04-06 18:28:01 -0700 (Mon, 06 Apr 2009) ViewCVS: http://viewsvn.bricolage.cc/?rev=8557&view=rev Log Message: ----------- Fixed the positioning of the autocomplete div in IE6. Modified Paths: -------------- bricolage/trunk/comp/media/css/style.css Modified: bricolage/trunk/comp/media/css/style.css =================================================================== --- bricolage/trunk/comp/media/css/style.css 2009-04-07 01:23:40 UTC (rev 8556) +++ bricolage/trunk/comp/media/css/style.css 2009-04-07 01:28:01 UTC (rev 8557) @@ -759,7 +759,13 @@ margin: 0px; padding: 0px; z-index: 1000; +/* Move the autocomplete into the same position as other browsers for IE6 */ + _margin-left: -8px; } +/* Fix the position of the IE6 iframe */ +#category_autocomplete_choices_iefix { + _margin-left: -8px; +} div.autocomplete ul { list-style-type: none; margin: 0px;
|