>> 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 ins
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: none;
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: 1
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 requires