On 19 août, 19:41, Ed <post2edb...@gmail.com> 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 advice to use the
> background-image.
> However, that that doesn't work as the backgroun images is repeated
> fully and ignores the background-repeat attribute.
> For example, doing something like this won't work:
>
> @url simpleBulletPic simpleBulletPic;
> ul.bulletSimple li {
>         background-repeat: none;
>         background-position: 0 7px;
>         background-image: simpleBulletPic;
>
> }
>
> Any idea why this doesn't work?

none is not a valid value for background-repeat
http://www.w3.org/TR/CSS21/colors.html#propdef-background-repeat

-- 
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-tool...@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