On 7/26/06, faramineux <[EMAIL PROTECTED]> wrote:
> IE is not showing the bullet or the list. Where am I wrong?
> Many thanks.
>
> CSS:
>
> ul {list-style-image: url(graphics/arrow22.gif); margin: 20px 0 0 0; }
>
> ul li { margin: .5em 0 .5em 0; }Hi, faramineux, It is difficult to tell exactly the issue without a test page. My first guess is that, since the left margins are removed from the list and the list items, there is no room to show the bullet on the left side of the list. It could also be that the image URL is pointing to the wrong location, if the graphics directory is not in the same directory as the stylesheet itself. Or that there are negative margins in the list's container that is cutting off the edge of the list. If you can provide a link, it will be much easier to say for certain. Thanks, Michael ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
