Re: css bullets with sprites ?

2010-08-19 Thread Thomas Broyer
On 19 août, 19:41, Ed wrote: > Hi Thomas, > > Played with your solution but it doesn't workout very well as using > list-style-image looks different in different browsers, for example IE > places the image as the top, and FF at the bottom :(... > This is a well known issue and that's why people

Re: css bullets with sprites ?

2010-08-19 Thread Ed
Hi Thomas, Played with your solution but it doesn't workout very well as using list-style-image looks different in different browsers, for example IE places the image as the top, and FF at the bottom :(... This is a well known issue and that's why people advice to use the background-image. However

Re: css bullets with sprites ?

2010-08-12 Thread Ed
Thanks for the explanation, I will try it shortly. On Aug 11, 4:14 pm, Thomas Broyer wrote: > On 4 août, 16:57, Ed wrote: > > > Anybody any idea how to use gwt sprites with bullets  in css? > >  Normally you would use gwt sprites in css like this: > > > @sprite ul.bulletSimple li { > >   gwt-ima

Re: css bullets with sprites ?

2010-08-11 Thread Thomas Broyer
On 4 août, 16:57, Ed wrote: > Anybody any idea how to use gwt sprites with bullets  in css? >  Normally you would use gwt sprites in css like this: > > @sprite ul.bulletSimple li { >   gwt-image: "bulletSimple"; >   } > > But this will cause that GWT adds the width and height according to > the i

css bullets with sprites ?

2010-08-04 Thread Ed
Anybody any idea how to use gwt sprites with bullets in css? Normally you would use gwt sprites in css like this: @sprite ul.bulletSimple li { gwt-image: "bulletSimple"; } But this will cause that GWT adds the width and height according to the image dimensions. This results in a list item w