web-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fixes to menu tabs


From: Anatoly A. Kazantsev
Subject: Re: Fixes to menu tabs
Date: Thu, 27 Nov 2008 02:22:13 +0600

On Wed, 26 Nov 2008 19:06:42 +0100
Thomas Schwinge <address@hidden> wrote:

> Hello!
> 
> On Wed, Nov 26, 2008 at 10:38:35PM +0600, Anatoly A. Kazantsev wrote:
> > CSS code of menu tabs was changed for better usage.
> 
> Thanks, but there are two issues:
> 
>   * Why do the action items' hyperlinks no longer get underlined like all
>     other hyperlinks are?  It seems odd to me that these are treated
>     differently.

Because now tab's borders are drawing by 'a' tag's borders. So I can not
apply 2 different border styles to one element. But as workaround we can apply
for 'a:hover' 'text-decoration: underline' parameter

>   * Have a look at the action items on
>     <http://www.thomas.schwinge.homeip.net/hurd-web/news/2008-09-11.html>.
>     Both the question mark (the hyperlink) and the ``Discussion'' text
>     have to be included in the notch when pointing over them, not just
>     the qusetion mark as it is done with your change.  ``li:hover'' (old)
>     vs. ``a:hover'' (new).  Why did you change this?

Yes, I know about this problem. This was proposed by antrik on irc, to make the 
whole
tab as a link, not just text inside it.
But... I have nice css-only workaround for it :-)

-- 
Anatoly A. Kazantsev <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]