|
Posted by z on 11/06/06 18:01
Ben C wrote:
> On 2006-11-06, z <news01.web@mailnull.com> wrote:
>> Ben C wrote:
>>
>>
>>
>>>> Is there a way to do this in CSS?
>>>
>>> Of course, there are many ways.
>>
>> One more question... is there a way to put a green line below the top
>> part of the menu, and have the lower dropdowns appear below the green
>> line?
>
> Of course, there are many ways.
>
> I've lost track of your original example, but couldn't you just put
> something like border-bottom: 2px solid green on the top part?
I was trying something like this but it isn't working. The border appears
to the right of everything.
ul#nav {
border-bottom: 3px solid green;
}
My version has all the borders removed, with grey on white text for
everything.
Complicated... I'm also trying to put a list-style-image next to only the
top-level items. Haven't been successful with that either.
Navigation:
[Reply to this message]
|