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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to