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
Comment #1
adrinux commentedNever seen Peekaboo in these themes, but I've added your code to the stylesheet:
Doesn't seem to cause any problems...
Marking this as fixed.
Comment #2
dries commented