You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by wadi <wa...@yahoo.com.ar> on 2008/10/28 04:20:33 UTC

Yahoo Menus

Hi All!I'm building an application and I would like to use yahoo dropdown
menus. The thing is that when I use the yahoo menu It uses his own css. How
can I make it to change the style of the menu?should I overide it on a new
css?Isn't there any other alternative to yahoo menus?
THanks in advance,
Regards,
Wadi
-- 
View this message in context: http://www.nabble.com/Yahoo-Menus-tp20200802p20200802.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Yahoo Menus

Posted by wadi <wa...@yahoo.com.ar>.

Great!Thanks!I also had to add  on the init method of my app 	
getMarkupSettings().setStripWicketTags(true); because if not it won't render
the 
submenus!


Nino.Martinez wrote:
> 
> You should be able to override the css by specifying a more direct style..
> 
> like if it says
> 
> .menu {
> width:10em;
> }
> 
> you could wrap it in a span and say
> 
> span .menu {
> width:5em;
> }
> 
> It's something like this..
> 
> wadi wrote:
>> Hi All!I'm building an application and I would like to use yahoo dropdown
>> menus. The thing is that when I use the yahoo menu It uses his own css.
>> How
>> can I make it to change the style of the menu?should I overide it on a
>> new
>> css?Isn't there any other alternative to yahoo menus?
>> THanks in advance,
>> Regards,
>> Wadi
>>   
> 
> -- 
> -Wicket for love
> 
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Yahoo-Menus-tp20200802p20209019.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Yahoo Menus

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
You should be able to override the css by specifying a more direct style..

like if it says

.menu {
width:10em;
}

you could wrap it in a span and say

span .menu {
width:5em;
}

It's something like this..

wadi wrote:
> Hi All!I'm building an application and I would like to use yahoo dropdown
> menus. The thing is that when I use the yahoo menu It uses his own css. How
> can I make it to change the style of the menu?should I overide it on a new
> css?Isn't there any other alternative to yahoo menus?
> THanks in advance,
> Regards,
> Wadi
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org