See the attached. The fly-out box for mysite_links() conflicts with the markup for comments. On FireFox 2.0.0.8 for Mac, at least, some of the box is hidden.

CommentFileSizeAuthor
mysite_links.png27.66 KBagentrickard

Comments

agentrickard’s picture

Status: Active » Fixed

Fixed by adding a z-index.

patchak’s picture

Hey there, could you give me some details about the z-index?? What value did you give it, on which css controller did you add it??

Thanks

agentrickard’s picture

It is in the mysite_links.css file, in the main id definition for the link block.

/* all lists */
#mysite-links, #mysite-links ul {
  display: inline;
  z-index: 100;
}
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.