This issue is forked from #404302: Improve tabledrag grippie CSS (and fix an IE7 alignment issue) to deal with the misalignment for IE6 specifically.

From #404302: Improve tabledrag grippie CSS (and fix an IE7 alignment issue):

The icon/grippie to drag tables at on admin/build/block are sitting to high and will even be over the border for the row above them when at the top of a region in [IE6]. This exists in D7 and D6.

Steven Merrill noted this at http://drupal.org/node/350275#comment-1364774

Image at http://skitch.com/00sven/bekji/boot-camp-partition

Comments

JamesAn’s picture

I'm not working on this anymore. Any takers?

For starters:

  • the CSS selector hack for IE6 to - for example - select the a.tabledrag-handle is:
    *:first-child+html a.tabledrag-handle {}
    
  • Use something like IETester to test with IE6 without needing to use a Windows computer without IE6. It crashes on occasion, but seems to render with IE6's library as it can reproduce IE rendering bugs.
sun.core’s picture

Component: drupal.css » markup

Moving "drupal.css" component issues to "markup".

jacine’s picture

Status: Active » Closed (duplicate)

Marking this duplicate. We should take care of IE6 and IE7 in one patch.

#404302: Improve tabledrag grippie CSS (and fix an IE7 alignment issue)

cosmicdreams’s picture

well it seems that IE7 has been fixed, but not IE6.