diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 500adc1ebd1..2dab094b0ed 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -97,3 +97,6 @@ form.mform textarea { #help_icon_tooltip .yui-tt-shadow-visible { background-color: transparent; } +.drag select { + visibility: visible; +}