You'll have to put the image in your stylesheet as a list-style-image
instead of a background image. This is what you'll need to do (adjust the
padding as necessary):

li.checkbox {
list-style-type:none;
list-style-image: url(images/checkbox.gif);
padding-left:15px;
padding-right:0;
padding-top:20px;
padding-bottom:0;
clear:left;
}

On Thu, Sep 11, 2008 at 1:28 PM, Kristine Cummins <
[EMAIL PROTECTED]> wrote:

>  I created a print style sheet and for some reason, my image for the <ul>
> list style is not displaying. Got to have the checkbox image to show up so
> that once page is printed, the user can check off the boxes. Any help
> appreciated. I placed my list style at the top of the stylesheet so it's
> easy to find.
>
> Page: http://www.nvopenstudios.com/artist_info/studio_essentials.shtml
>
> Print CSS: http://www.nvopenstudios.com/artist_info/printstyles.css
>
>
>
>
>
> Thanks!
> Kristine
>
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to