|
Starhugger -> RE: Bullet list indentations (9/16/2005 18:42:57)
|
quote:
ORIGINAL: womble Whether it's the 'right' way to do it, I'm not sure, but I've found with some indented lists through trial and error that it sometimes help if I specify ul { padding-left: 0px; margin-left: 0px; } as well, then I put the padding back in on the li if need be. Womble, your suggestion worked. Yay! I changed the CSS to apply to the page's UL instead of LI and it works great. Thanks! [:)] Now I have one more problem related to the list. This is a list of shortcuts that goes in a box at the top of a series of articles that are related, to let the user hop directly to a specific section and to see what sections are in the current article. I have it set as a collapsible list, with the default mode being collapsed. The list itself is in a separate file that is pulled into each article page using FP's include page web component. That way I only have to update it once, as I add new articles in the series. I had it working fine before I changed the list spacing, and it still works fine when I Preview the includes file directly. I can click the bullet and it expands that particular list point. But in the host page, it won't expand. The only thing I changed (I think) was to add the UL left padding and margin. I found you need it in the host page because it won't import the layout or formatting from the include file. Could that possibly be the source of the problem? When I load up the host page, either in Preview mode or in my browser (IE6), I can see the expanded list for a split second and then it collapses, as it should. But I can't get it to expand again, which I was able to before by clicking on the first level bullet. And yet, it works fine when I Preview the includes file directly. Any ideas? Thanks! Starhugger
|
|
|
|