I think this would be an overkill - what he wants is just the standard
"suckerfish" - no JS needed, pure CSS and simple <UL>'s are enough to get it
(and barrier free !!!!)
 
look here: http://www.htmldog.com/articles/suckerfish/dropdowns/ there it is
explained and shown how to do it right - the only JS needed is to fix a bug
that exists in IE6, wich is unable to handle :hover in other places than the
"a" tag 
 
the only part you need to make it is a css header file (+ JS header if you
need IE5+6 compability) with the content tied and simple ListView(s) - thats
all 
 
small, nice, cross-browser and works on JS deactivated browsers, too (except
IE) - and will also work in old browsers/ text-only ones (lynx) and
search-engine-spiders
 
regards
 


  _____  

Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Igor
Vaynberg
Gesendet: Montag, 8. Januar 2007 06:15
An: wicket-user@lists.sourceforge.net
Betreff: Re: [Wicket-user] Can I show a drop down choice list at tabs?


sure, you will have to write something from scratch. use the existing
TabbedPanel as a base and instead of just using a list as the tab title use
a link and some javascript popup menu.

-igor



On 1/7/07, Carfield Yim <[EMAIL PROTECTED]> wrote: 

Just like http://sourceforge.net/index.php one?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT 
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php
<http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV>
&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
<mailto:Wicket-user@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to