John Handelaar wrote:
Well, this has us stumped.

To replicate:

a)  Go to this development site with IE6:  http://pyl.userfrenzy.com
b)  Follow a link to another page
c)  Push the 'back' button


At either point A or point C, you'll see IE inserting default
list styling bullets into the left hand navigation, but not all
the time.
...

Assistance much appreciated -- more ... guesses than
we've already thrown at it for three days, on the other hand, will
probably just waste more time than it's already burned through.

My time or your time? ;)

Could only test locally for the collapsed state. Your code:

/* http://pyl.userfrenzy.com/misc/drupal.css */

li.collapsed {
  list-style-type: disc;
  list-style-image: url(menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}

/* http://pyl.userfrenzy.com/themes/pyl/style.css */

#sidebar-a .block ul li,
#sidebar-a .block ul li.collapsed {
  list-style:none;
  margin: 0;
  padding: 5px;
  border-top: 1px solid #d8e1e8;
  }

On a local copy of your files,

list-style:none none; instead of list-style:none;

seems to fix the issue.

Ingo

--
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to