thank you for your reply.

sorry mon3y. i was assuming that there is a standard way of making
icon appear.

i have this toolbarbutton  and its method setIconCls();

    ToolbarButton button_daily_View = new ToolbarButton("Daily View");
      button_daily_View.setIconCls("database-add-icon");

at the css, i have this:


.database-add-icon{
        background-image:url(images/database_add.png);
}

but the image is not appearing. picture is
http://www.quickfilepost.com/download.do?get=ed4f75339f725d64633f905d2df67886

On Feb 11, 4:31 pm, taggerman <mike.m...@gmail.com> wrote:
> i am guessing that as you are talking about css you might want to
> explore the background property set to a url:
> see  these sites for more 
> info:http://www.w3.org/TR/CSS2/colors.htmlhttp://www.w3schools.com/css/pr_background.asp
>
> On Feb 9, 1:26 am,ytbryan<ytbr...@gmail.com> wrote:
>
> >  hi all,
>
> > may i know how can i get icon to appear?
> > what must i put inside the css { }
--~--~---------~--~----~------------~-------~--~----~
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