Download & Extend

Problem with bookmark module under IE 6

Project:FriendsElectric
Version:4.7.x-1.x-dev
Component:Browser bugs
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active

Issue Summary

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.

nobody click here