Here is a screenshot of what I have. I need the 3rd link down not to insert the 
bullet where it is now, but out in the left margin. Is that possible?

Image here: http://www.elitewebstudio.com/clients/list/screenshot.jpg

Current css is:

#leftnav ul {
 list-style-type: none;
 margin: 20px 0 0 10px;
 padding: 0;
 }

#leftnav ul ul {
 margin: 0 8px 0 8px;
 }
 
#leftnav li {
 list-style-type: none;
 margin: 5px 0 5px 0;
 padding: 0;
 }
 
#leftnav ul ul li {
 list-style-type: none;
 background: url(images/black_bullet.png) no-repeat center left;
 margin: 0;
 padding-left: 14px;
 }

#leftnav li a {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: 200;
 line-height: 1.3em;
 margin: 4px 0 4px 0;
 text-decoration: none;
 }

#leftnav li a:hover {
 color: #000000;
 }

#leftnav .current {
 list-style-type: none;
 background: url(images/gray_bullet.png) no-repeat top left;
 margin: 0;
 padding-left: 14px;
 }


Thanks very much for ideas,
Sue

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to