Here are the threads relating to a problem I found in the template CSS:

http://drupal.org/node/30366
http://drupal.org/node/10610

I added the following code, which fixed the problem as per travischristopher's post in the second thread:

ul, ol, dl {
position: relative; }

So far, so good.

Comments

adrinux’s picture

Assigned: Unassigned » adrinux
Status: Needs review » Fixed

Never seen Peekaboo in these themes, but I've added your code to the stylesheet:

ul, ol, dl {
  position: relative; }

Doesn't seem to cause any problems...

Marking this as fixed.

dries’s picture

Status: Fixed » Closed (fixed)