Re: [css-d] Image background above and below sub UL automatically

2007-01-08 Thread David Hucklesby
On Thu, 04 Jan 2007 09:31:13 -0500, Tony Lush wrote: We have a left menu composed of two levels of unordered lists, and the art director would like a fine gradient line above and below the subsidiary UL. I had responded: You could try adding padding-top and -bottom instead of a border,

Re: [css-d] Image background above and below sub UL automatically

2007-01-07 Thread Tony Lush
Thank you, David. That did the trick. I posted a view of what you suggested at: http://advancewm.com/test_menu.htm The essential parts were: #leftnav3 ul ul { margin: 1px 0; background: url(/s5/left-nav-bar.gif) repeat-y top left; padding: 1px 0; list-style:

[css-d] Image background above and below sub UL automatically

2007-01-04 Thread Tony Lush
Hello, We have a left menu composed of two levels of unordered lists, and the art director would like a fine gradient line above and below the subsidiary UL. If it were just a fine grey line I could use: #leftnav ul ul { border-top: 1px solid #eee; border-bottom: 1px sold #eee; } That

Re: [css-d] Image background above and below sub UL automatically

2007-01-04 Thread David Hucklesby
On Thu, 04 Jan 2007 09:31:13 -0500, Tony Lush wrote: We have a left menu composed of two levels of unordered lists, and the art director would like a fine gradient line above and below the subsidiary UL. If it were just a fine grey line I could use: #leftnav ul ul { border-top: 1px solid