Hi All,
How can I change the font size or font-family inside a GWT
SuggestBox , I tried
MultiWordSuggestOracle multi  = null;
SuggestBox    txtS   = null;

 multi = new MultiWordSuggestOracle();
            txtS = new SuggestBox(multi);
            txtS.setAnimationEnabled(true);
                     txtS.setPopupStyleName("menubar");

where my  css class "menubar" has the attributes below:
.menubar
{
 background-color: #eff6ff;
   font-family: verdana, arial, Helvetica, sans-serif;
   color: #336699;
     font-size:6px;
   border: #8b9399 1px solid;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 5px;
   padding-bottom: 5px;

}

This does not decrease the fontsize.
Any help is appreciated.
thanks ,
ART


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to