Posted by Marc on 02/01/06 12:41
Gwayn wrote:
> I need both borders because only the <li> related border will have to change
> color when mouse is over the <li> link
>
> Anyway i done this for explication:
>
> This is the situation i have:
> http://img91.imageshack.us/img91/344/example013if.jpg
> And this photoshopped img shows what i'd want to have:
> http://img90.imageshack.us/img90/6928/example022nk.jpg
Ah right, I see your problem. I'm not sure if this is possible without
a CSS hack as borders aren't designed to go on-top of each other.
Perhaps you could remove the border from the <ul>'s parent and put more
<li>s in above and below your menu items to fake the border on the
right? That might pose an accessibility issue though.
Marc
[Back to original message]
|