Subject
- Posted on
Lists of lists
- 05-25-2012
Each new list steps out the left margin. What happens is that after so
many replies the lists get pushed too far right. I'd like to reset the
list margin back to the beginning.
for ex:
ul > ul>ul> ul > ul... {
margin-left: original thread left position;
??? position: absolute; left 0;
}
For ex:
http://earlymorningreport.com/test_zig_zag_lists.html
I would think this would not be an uncommon request.
How now can we do this (other than that)?
Jeff
Re: Lists of lists
That breaks the pattern. Which suggests you need a better pattern.
Perhaps no left margin or padding on all of the replies, or a *very*
little amount that would require a very long set of replies to break a
window width? I assume you know about how to do this, one way:
ul {margin: 0;padding: .2em; list-style-type: none;}
Steeper and uniform.
--
dorayme
Site Timeline
- » centering an image
- — Next thread in » Webmaster Forum
-

- » Waiting for IE 10 and IE default
- — Previous thread in » Webmaster Forum
-

- » Accents Showing up as Question Marks
- — Newest thread in » Webmaster Forum
-

- » help with regex
- — The site's Newest Thread. Posted in » PERL Discussions
-




