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 with unwanted
dimensions.
Normally you can solve this with a div that wraps the div containing
the image.
However how to do this with a bullet list item?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.