Feedback for bento navigation (Fwd: Re: [opensuse-wiki] Navigational bar in portal pages)
-------- Original Message -------- Subject: Re: [opensuse-wiki] Navigational bar in portal pages Date: Mon, 26 Apr 2010 23:37:43 +0200 From: Christian Boltz <opensuse@cboltz.de> To: opensuse-wiki@opensuse.org Hello, on Montag, 26. April 2010, Thomas Schmidt wrote:
We also need to create the sitemap page (openSUSE:Browse) which will be used as fallback for non-javascript browsers that cannot use the bento dropdown navigation on top of the pages.
What?! I didn't check the code of the dropdown, but nowadays it's possible to create dropdown menus that don't even need javascript (well, except in IE 6 ;-) Of course you can't get effects like slowly fading in with pure CSS :hover, but it works. And for people with JS enabled, the effect can still be there. Personally, I'm using the "son of suckerfish" menu in several pages. That's just using nested <ul> / <li> with some :hover CSS. To have the fade-in effect, use the superfish menu [1] which is is based on the suckerfish menu and jquery. BTW: Making the dropdowns appear on mouseover instead of requiring a click would be a good idea IMHO. Regards, Christian Boltz -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
Am Dienstag 27 April 2010 schrieb Thomas Schmidt:
-------- Original Message -------- Subject: Re: [opensuse-wiki] Navigational bar in portal pages Date: Mon, 26 Apr 2010 23:37:43 +0200 From: Christian Boltz <opensuse@cboltz.de> To: opensuse-wiki@opensuse.org
Hello,
on Montag, 26. April 2010, Thomas Schmidt wrote:
We also need to create the sitemap page (openSUSE:Browse) which will be used as fallback for non-javascript browsers that cannot use the bento dropdown navigation on top of the pages.
What?!
I didn't check the code of the dropdown, but nowadays it's possible to create dropdown menus that don't even need javascript (well, except in IE 6 ;-) Of course you can't get effects like slowly fading in with pure CSS :hover, but it works. And for people with JS enabled, the effect can still be there.
Personally, I'm using the "son of suckerfish" menu in several pages. That's just using nested <ul> / <li> with some :hover CSS.
To have the fade-in effect, use the superfish menu [1] which is is based on the suckerfish menu and jquery.
BTW: Making the dropdowns appear on mouseover instead of requiring a click would be a good idea IMHO. We need javascript to load the menu from the central server anyway and we have no interest in duplicating the menus in every page for the couple of users with JS disabled.
Greetings, Stephan -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
On 04/27/2010 12:58 PM, Stephan Kulow wrote:
BTW: Making the dropdowns appear on mouseover instead of requiring a click would be a good idea IMHO.
We need javascript to load the menu from the central server anyway and we have no interest in duplicating the menus in every page for the couple of users with JS disabled.
Exactly. Regarding the mouseover instead of click: I had problems with this setting in some browsers during development ... -- Best Regards / S pozdravom, Pavol RUSNAK SUSE LINUX, s.r.o openSUSE Boosters Team Lihovarska 1060/12 PGP 0xA6917144 19000 Praha 9, CR prusnak[at]suse.cz http://www.suse.cz -- To unsubscribe, e-mail: opensuse-boosters+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-boosters+help@opensuse.org
participants (3)
-
Pavol Rusnak
-
Stephan Kulow
-
Thomas Schmidt