Re: Menu having three gradient images.

2010-06-15 Thread Stefan Bachert
Hi, GWT could only do what the browser supports. And IE is just poor and a waste of time However, when you know a trick in html, you can put html to a menuItem setHTML() Stefan Bachert http://gwtworld.de On Jun 14, 11:28 am, Sandeep kumar wrote: > Hi, > I am facing the problem when i want to

Menu having three gradient images.

2010-06-14 Thread Sandeep kumar
Hi, I am facing the problem when i want to construct a menuitem having rounded image[built from 3 seperate gradient image]. In Mozilla, we can write three backgroud image in one class and for one element. But in IE, we cannot. In IE, we can do it by tag in html. But in GWT, how can i write this. P