Problem with bookmark module under IE 6

dlr - April 20, 2006 - 14:54
Project:FriendsElectric
Version:4.7.x-1.x-dev
Component:Browser bugs
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active
Description

Friend electric define ".item-list ul" display to "block" wich cause problem under IE 6 (the trash icon and the bookmark name are not on the same line and this break the column ).
On way to avoid this would be to set

.block-bookmarks .item-list ul li a, .block-bookmarks li.expanded a, .block-bookmarks  li.collapsed a, .block-bookmarks  li.leaf a {
  display: inline ;
}

but i'm not sure this is the best way to do.

 
 

Drupal is a registered trademark of Dries Buytaert.