This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Netscape CSS > February 2005 > list-style-image in printview not available..?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
list-style-image in printview not available..?
|
|
| Florian 2005-02-15, 7:25 am |
| Hey everybody,
got a strange problem here:
I defined my individual list-style-image, but everytime I switch to the
print preview, the list-style-images don't appear in the document,
although the text is indented in the list style way.
Anyone some suggestions or hints?
Here's some example code:
/*--[CSS]---------------------------------------------------*/
ul.arrow_orange {
list-style-image: url(/images/ul_arrow_orange.gif);
margin-left: 20px;
}
/*--[HTML]--------------------------------------------------*/
<ul class="arrow_orange">
<li>foo</li>
<li>bar</li>
</ul>
/Thanks in advance!/
Regards,
Florian
| |
| Norbtach 2005-02-17, 6:38 pm |
| Probably syntax-error:
delete slash before images.
url(images/ . . . )
works fine in my testcase.
Robert
---------
"Florian" <mail@floeschie.org> wrote in message
news:37e1gsF5aha0eU1@individual.net...
> Hey everybody,
>
> got a strange problem here:
>
> I defined my individual list-style-image, but everytime I switch to the
> print preview, the list-style-images don't appear in the document,
> although the text is indented in the list style way.
>
> Anyone some suggestions or hints?
>
>
> Here's some example code:
>
> /*--[CSS]---------------------------------------------------*/
> ul.arrow_orange {
> list-style-image: url(/images/ul_arrow_orange.gif);
> margin-left: 20px;
> }
>
>
> /*--[HTML]--------------------------------------------------*/
> <ul class="arrow_orange">
> <li>foo</li>
> <li>bar</li>
> </ul>
>
>
>
>
> /Thanks in advance!/
>
>
> Regards,
> Florian
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|